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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼎訥??? | 10010011010000111110011001100011001111110011111100111111 | 9343e6633f3f3f |
EUC-JP | 鼎訥??? | 11000101101001001110101111000100001111110011111100111111 | c5a4ebc43f3f3f |
UTF-8 | 鼎訥렊얩렊 | 111010011011110010001110111010001010100010100101111010111010000010001010111011001001011010101001111010111010000010001010 | e9bc8ee8a8a5eba08aec96a9eba08a |
UHC | 鼎訥렊얩렊 | 11110000101000111101001011101101100011101010000110111110111011011000111010100001 | f0a3d2ed8ea1beed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)