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 | 映??域?映 | 100010010110011000111111001111111000100011100110001111111000100101100110 | 89663f3f88e63f8966 |
EUC-JP | 映??域?映 | 101100011100011100111111001111111011000011101000001111111011000111000111 | b1c73f3fb0e83fb1c7 |
UTF-8 | 映뽪닊域찥映 | 111001101001100010100000111010111011110110101010111010111000101110001010111001011001111110011111111011001011000010100101111001101001100010100000 | e698a0ebbdaaeb8b8ae59f9fecb0a5e698a0 |
UHC | 映뽪닊域찥映 | 111001111011000110010110111001101000100010010001111001101011010010101010010000011110011110110001 | e7b196e68891e6b4aa41e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)