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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 溿嫉溿治 | 1111101101001010100011101011100111111011010010101000111010100001 | fb4a8eb9fb4a8ea1 |
EUC-JP | 溿嫉溿治 | 10001111110010001011000110111100101110111000111111001000101100011011110010100011 | 8fc8b1bcbb8fc8b1bca3 |
UTF-8 | 溿嫉溿治 | 111001101011101010111111111001011010101110001001111001101011101010111111111001101011001010111011 | e6babfe5ab89e6babfe6b2bb |
UHC | ?嫉?治 | 001111111111001011101100001111111111011010111101 | 3ff2ec3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)