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 | :?〓 | 100000010100011010000001010010001000000110101100 | 8146814881ac |
EUC-JP | :?〓 | 101000011010011110100001101010011010001010101110 | a1a7a1a9a2ae |
UTF-8 | :?〓 | 111011111011110010011010111011111011110010011111111000111000000010010011 | efbc9aefbc9fe38093 |
UHC | :?〓 | 101000111011101010100011101111111010000111101011 | a3baa3bfa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)