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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???癰??? | 0011111100111111001111111110000110011110001111110011111100111111 | 3f3f3fe19e3f3f3f |
EUC-JP | ???癰??? | 0011111100111111001111111110000111111110001111110011111100111111 | 3f3f3fe1fe3f3f3f |
UTF-8 | 챦챈큅癰뺞떗轢 | 111011001011000110100110111011001011000110001000111011011000000110000101111001111001100110110000111010111011101010011110111010111001011010010111111011111010011010001101 | ecb1a6ecb188ed8185e799b0ebba9eeb9697efa68d |
UHC | 챦챈큅癰뺞떗轢 | 1100001110101111110000111010011011000101101000101110100010111001100101011110011010001011101011011110011010111100 | c3afc3a6c5a2e8b995e68bade6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)