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 | ????^~ | 001111110011111100111111001111110101111001111110 | 3f3f3f3f5e7e |
SJIS-WIN | ????^~ | 001111110011111100111111001111110101111001111110 | 3f3f3f3f5e7e |
EUC-JP | ????^~ | 001111110011111100111111001111110101111001111110 | 3f3f3f3f5e7e |
UTF-8 | 징횪짖횑^~ | 1110110010100111100101011110110110011010101010101110110010100111100101101110110110011010100100010101111001111110 | eca795ed9aaaeca796ed9a915e7e |
UHC | 징횪짖횑^~ | 11000010101000011100001110100000110000101010001011000011100011000101111001111110 | c2a1c3a0c2a2c38c5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)