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 | 100010011110100110000111100001000011111101000010 | 89e987843f42 |
EUC-JP | 蛾??B | 1011001011101011001111110011111101000010 | b2eb3f3f42 |
UTF-8 | 蛾℡랙B | 11101000100110111011111011100010100001001010000111101011100111101001100101000010 | e89bbee284a1eb9e9942 |
UHC | 蛾℡랙B | 11100100101101101010001011100101101101111010001001000010 | e4b6a2e5b7a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)