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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瀋碚 | 11100000011000111110000111101110 | e063e1ee |
EUC-JP | 瀋碚 | 11011111110001001110001011110000 | dfc4e2f0 |
UTF-8 | 瀋碚 | 111001111000000010001011111001111010001010011010 | e7808be7a29a |
UHC | 瀋? | 111001001010001100111111 | e4a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)