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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 褻畷丐^ | 11100101111101101001001111101011100110001010000001011110 | e5f693eb98a05e |
EUC-JP | 褻畷丐^ | 11101010111110001100011011101101110100001010001001011110 | eaf8c6edd0a25e |
UTF-8 | 褻畷丐^ | 11101000101001001011101111100111100101011011011111100100101110001001000001011110 | e8a4bbe795b7e4b8905e |
UHC | 褻??^ | 1110000011100001001111110011111101011110 | e0e13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)