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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迪??楡 | 111001111000110000111111001111111001111010111110 | e78c3f3f9ebe |
EUC-JP | 迪??楡 | 111011011110110000111111001111111101110011000000 | edec3f3fdcc0 |
UTF-8 | 迪쾡릊楡 | 111010001011111110101010111011001011111010100001111010111010011010001010111001101010010110100001 | e8bfaaecbea1eba68ae6a5a1 |
UHC | 迪쾡릊楡 | 1110111011101000110001001110100110111000101010111110101011111000 | eee8c4e9b8abeaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)