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 | 鎔峪徨 | 111010000100111110011011101110011001110001110010 | e84f9bb99c72 |
EUC-JP | 鎔峪徨 | 111011111011000011010110101110111101011111010011 | efb0d6bbd7d3 |
UTF-8 | 鎔峪徨 | 111010011000111010010100111001011011001110101010111001011011111010101000 | e98e94e5b3aae5bea8 |
UHC | 鎔?徨 | 1110100111001010001111111111110011000111 | e9ca3ffcc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)