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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 冗冗B | 100011111110011111110010111110111000111111100111111100101111101101000010 | 8fe7f2fb8fe7f2fb42 |
EUC-JP | 冗?冗?B | 10111110111010010011111110111110111010010011111101000010 | bee93fbee93f42 |
UTF-8 | 冗冗B | 11100101100001101001011111101110100010001011001011100101100001101001011111101110100010001011001001000010 | e58697ee88b2e58697ee88b242 |
UHC | 冗?冗?B | 11101001101101110011111111101001101101110011111101000010 | e9b73fe9b73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)