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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 逈??逈??B | 1000111111100001110011010011111100111111100011111110000111001101001111110011111101000010 | 8fe1cd3f3f8fe1cd3f3f42 |
UTF-8 | 逈숊벢逈숊벢B | 11101001100000001000100011101100100010001000101011101011101100101010001011101001100000001000100011101100100010001000101011101011101100101010001001000010 | e98088ec888aebb2a2e98088ec888aebb2a242 |
UHC | 逈숊벢逈숊벢B | 11111011101011011001100111101110100100111011101111111011101011011001100111101110100100111011101101000010 | fbad99ee93bbfbad99ee93bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)