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 | 辞鈆 | 111100101011011010001110101010111111101111000001 | f2b68eabfbc1 |
EUC-JP | ?辞鈆 | 001111111011110010101101100011111110001110111100 | 3fbcad8fe3bc |
UTF-8 | 辞鈆 | 111011101000011110101101111010001011111010011110111010011000100010000110 | ee87ade8be9ee98886 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)