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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 脛炊 | 11100011111110001001000010000110 | e3f89086 |
EUC-JP | 脛炊 | 11100110111110101011111111100110 | e6fabfe6 |
UTF-8 | 脛炊 | 111010001000010010011011111001111000001010001010 | e8849be7828a |
UHC | 脛炊 | 11001100111010111111011010100111 | ccebf6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)