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 | 111001000111111000111111100100110111110001000010 | e47e3f937c42 |
EUC-JP | 艤?倒B | 111001111101111100111111110001011101110101000010 | e7df3fc5dd42 |
UTF-8 | 艤쇠倒B | 11101000100010011010010011101100100001111010000011100101100000001001001001000010 | e889a4ec87a0e5809242 |
UHC | 艤쇠倒B | 11101011111110101011110011101000110100111110111001000010 | ebfabce8d3ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)