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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襾焔┗B | 11100110010001111000100110001011100001001010111101000010 | e647898b84af42 |
EUC-JP | 襾焔┗B | 11101011101010001011000111101011101010001011000101000010 | eba8b1eba8b142 |
UTF-8 | 襾焔┗B | 11101000101001011011111011100111100001001001010011100010100101001001011101000010 | e8a5bee78494e2949742 |
UHC | ??┗B | 0011111100111111101001101011000101000010 | 3f3fa6b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)