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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | 洩銑癬BB | 1000100101101011100100010100110011100001100111010100001001000010 | 896b914ce19d4242 |
EUC-JP | 洩銑癬BB | 1011000111001100110000011010110111100001111111010100001001000010 | b1ccc1ade1fd4242 |
UTF-8 | 洩銑癬BB | 1110011010110100101010011110100110001010100100011110011110011001101011000100001001000010 | e6b4a9e98a91e799ac4242 |
UHC | 洩銑癬BB | 1110000011011101111000001101010111100000110010000100001001000010 | e0dde0d5e0c84242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)