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 | 1110011011111010001111110011111101000010 | e6fa3f3f42 |
EUC-JP | 踰??B | 1110110011111100001111110011111101000010 | ecfc3f3f42 |
UTF-8 | 踰쇨툝B | 11101000101110001011000011101100100001111010100011101101100010001001110101000010 | e8b8b0ec87a8ed889d42 |
UHC | 踰쇨툝B | 11101011101100101011110011101010101110001001010001000010 | ebb2bceab89442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)