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 | 鴉띾벉靷뗰쭛 | 111010011011010010001001111010111001110110111110111010111011001010001001111010011001110110110111111010111001011110110000111011001010110110011011 | e9b489eb9dbeebb289e99db7eb97b0ecad9b |
UHC | 鴉띾벉靷뗰쭛 | 111001001011110010001101111010111001001110101100111011001110011010001011111011111010011110010001 | e4bc8deb93acece68befa791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)