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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 筍蒐筍蒐^ | 111000101010000110001111010011101110001010100001100011110100111001011110 | e2a18f4ee2a18f4e5e |
EUC-JP | 筍蒐筍蒐^ | 111001001010001110111101101011111110010010100011101111011010111101011110 | e4a3bdafe4a3bdaf5e |
UTF-8 | 筍蒐筍蒐^ | 11100111101011011000110111101000100100101001000011100111101011011000110111101000100100101001000001011110 | e7ad8de89290e7ad8de892905e |
UHC | 筍蒐筍蒐^ | 111000101110110011100010101111011110001011101100111000101011110101011110 | e2ece2bde2ece2bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)