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 | 鵝???堊 | 11101010010000000011111100111111001111111001101010111111 | ea403f3f3f9abf |
EUC-JP | 鵝???堊 | 11110011101000010011111100111111001111111101010011000001 | f3a13f3f3fd4c1 |
UTF-8 | 鵝숆퀡첩堊 | 111010011011010110011101111011001000100010000110111011011000000010100001111011001011001010101001111001011010000010001010 | e9b59dec8886ed80a1ecb2a9e5a08a |
UHC | 鵝숆퀡첩堊 | 11100100101111011001100111101010101100111001010111000011101110001110010010111110 | e4bd99eab395c3b8e4be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)