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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鼎? | 0011111100111111100100110100001100111111 | 3f3f93433f |
EUC-JP | ??鼎? | 0011111100111111110001011010010000111111 | 3f3fc5a43f |
UTF-8 | 泥렣鼎렡 | 111011111010011110100011111010111010000010100011111010011011110010001110111010111010000010100001 | efa7a3eba0a3e9bc8eeba0a1 |
UHC | 泥렣鼎렡 | 1110110010110010100011101011010011110000101000111000111010110010 | ecb28eb4f0a38eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)