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 | 100100011000010100111111001111111001000110000101001111110011111101000010 | 91853f3f91853f3f42 |
EUC-JP | 槽??槽??B | 110000011110010100111111001111111100000111100101001111110011111101000010 | c1e53f3fc1e53f3f42 |
UTF-8 | 槽뤰탖槽뤰탖B | 11100110101001111011110111101011101001001011000011101101100000111001011011100110101001111011110111101011101001001011000011101101100000111001011001000010 | e6a7bdeba4b0ed8396e6a7bdeba4b0ed839642 |
UHC | 槽뤰탖槽뤰탖B | 11110000110010111000111111011110101101010111011011110000110010111000111111011110101101010111011001000010 | f0cb8fdeb576f0cb8fdeb57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)