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 | 鶯??釉? | 11101001111100100011111100111111111001111101011000111111 | e9f23f3fe7d63f |
EUC-JP | 鶯??釉? | 11110010111101000011111100111111111011101101100000111111 | f2f43f3feed83f |
UTF-8 | 鶯낅쓣釉쥷 | 111010011011011010101111111010111000001010000101111011001001001110100011111010011000011110001001111011001010010110110111 | e9b6afeb8285ec93a3e98789eca5b7 |
UHC | 鶯낅쓣釉쥷 | 11100101101000111000010111101011100111011000010011101011101110001010001101000110 | e5a385eb9d84ebb8a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)