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 | 浯カ辯貍 | 11111010111111001011011011100111100001111110011010111100 | fafcb6e787e6bc |
EUC-JP | 浯カ辯貍 | 100011111100011111000011100011101011011011101101111001111110110010111110 | 8fc7c38eb6ede7ecbe |
UTF-8 | 浯カ辯貍 | 111001101011010110101111111011111011110110110110111010001011111010101111111010001011001010001101 | e6b5afefbdb6e8beafe8b28d |
UHC | ??辯? | 0011111100111111110111001010101000111111 | 3f3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)