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 | 鈞壽峡 | 111001111110000010011010111001101000101110101100 | e7e09ae68bac |
EUC-JP | 鈞壽峡 | 111011101110001011010100111010001011011010101110 | eee2d4e8b6ae |
UTF-8 | 鈞壽峡 | 111010011000100010011110111001011010001110111101111001011011001110100001 | e9889ee5a3bde5b3a1 |
UHC | 鈞壽? | 1101000010110111111000011111100000111111 | d0b7e1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)