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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | ??脘 | 0011111100111111100011111101011010101100 | 3f3f8fd6ac |
UTF-8 | 믥뺮脘 | 111010111010111110100101111010111011101010101110111010001000010010011000 | ebafa5ebbaaee88498 |
UHC | 믥뺮脘 | 100100101110011110010101111101011110100011010010 | 92e795f5e8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)