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 | ?匿獄 | 0011111110010011101111011000110110010110 | 3f93bd8d96 |
EUC-JP | 邕匿獄 | 10001111111000011110110111000110101111111011100111110110 | 8fe1edc6bfb9f6 |
UTF-8 | 邕匿獄 | 111010011000001010010101111001011000110010111111111001111000110110000100 | e98295e58cbfe78d84 |
UHC | 邕匿獄 | 111010001011101111010010111110111110100010101011 | e8bbd2fbe8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)