To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛桒桒 | 111000111111100011111010111000111111101011100011 | e3f8fae3fae3 |
EUC-JP | 脛桒桒 | 1110011011111010100011111100001111001001100011111100001111001001 | e6fa8fc3c98fc3c9 |
UTF-8 | 脛桒桒 | 111010001000010010011011111001101010000110010010111001101010000110010010 | e8849be6a192e6a192 |
UHC | 脛?? | 11001100111010110011111100111111 | cceb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)