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 | 顴鑰徨顴 | 1110100101000001111010000110111110011100011100101110100101000001 | e941e86f9c72e941 |
EUC-JP | 顴鑰徨顴 | 1111000110100010111011111101000011010111110100111111000110100010 | f1a2efd0d7d3f1a2 |
UTF-8 | 顴鑰徨顴 | 111010011010000110110100111010011001000110110000111001011011111010101000111010011010000110110100 | e9a1b4e991b0e5bea8e9a1b4 |
UHC | ??徨? | 0011111100111111111111001100011100111111 | 3f3ffcc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)