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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈺式燁 | 111110111100010010001110101011101111101101011001 | fbc48eaefb59 |
EUC-JP | 鈺式燁 | 1000111111100011110101011011110010110000100011111100101010110011 | 8fe3d5bcb08fcab3 |
UTF-8 | 鈺式燁 | 111010011000100010111010111001011011110010001111111001111000011110000001 | e988bae5bc8fe78781 |
UHC | 鈺式燁 | 111010001010110111100011110100101110011110100111 | e8ade3d2e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)