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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 啼??遠?逡 | 100110100110010100111111001111111000100110010011001111111110011110010101 | 9a653f3f89933fe795 |
EUC-JP | 啼??遠?逡 | 110100111100011000111111001111111011000111110011001111111110110111110101 | d3c63f3fb1f33fedf5 |
UTF-8 | 啼당료遠렣逡 | 111001011001010110111100111010111000101110111001111010111010001110001100111010011000000110100000111010111010000010100011111010011000000010100001 | e595bceb8bb9eba38ce981a0eba0a3e980a1 |
UHC | 啼당료遠렣逡 | 111100001010011010110100111001111011011111100001111010101100000010001110101101001111000111100100 | f0a6b4e7b7e1eac08eb4f1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)