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 | 鳥?袁??宰 | 100100101011100100111111111001011100110100111111001111111000110111001001 | 92b93fe5cd3f3f8dc9 |
EUC-JP | 鳥?袁??宰 | 110001001011101100111111111010101100111100111111001111111011101011001011 | c4bb3feacf3f3fbacb |
UTF-8 | 鳥렭袁얕女宰 | 111010011011001110100101111010111010000010101101111010001010001010000001111011001001011010010101111011111010011010000001111001011010111010110000 | e9b3a5eba0ade8a281ec9695efa681e5aeb0 |
UHC | 鳥렭袁얕女宰 | 111100001110100010001110101110101110101010111110101111101110100011100101111111001110111010100101 | f0e88ebaeabebee8e5fceea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)