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 | 鴉????? | 11101001111010110011111100111111001111110011111100111111 | e9eb3f3f3f3f3f |
EUC-JP | 鴉??靷?? | 111100101110110100111111001111111000111111100111101111010011111100111111 | f2ed3f3f8fe7bd3f3f |
UTF-8 | 鴉띿꼯靷덆썚 | 111010011011010010001001111010111001110110111111111010101011110010101111111010011001110110110111111010111000110110000110111011001000110110011010 | e9b489eb9dbfeabcafe99db7eb8d86ec8d9a |
UHC | 鴉띿꼯靷덆썚 | 111001001011110010001101111011001000010010001010111011001110011010001000111010011001101110001101 | e4bc8dec848aece688e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)