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 | 鼠胥書 | 100100010110110011100011111011111000111110010001 | 916ce3ef8f91 |
EUC-JP | 鼠胥書 | 110000011100110111100110111100011011110111110001 | c1cde6f1bdf1 |
UTF-8 | 鼠胥書 | 111010011011110010100000111010001000001110100101111001101001101110111000 | e9bca0e883a5e69bb8 |
UHC | 鼠胥書 | 111000001010100111100000101000011101111111110110 | e0a9e0a1dff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)