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 | 韈蛾∟ | 111010001110011110001001111010011000011110011000 | e8e789e98798 |
EUC-JP | 韈蛾? | 1111000011101001101100101110101100111111 | f0e9b2eb3f |
UTF-8 | 韈蛾∟ | 111010011001111110001000111010001001101110111110111000101000100010011111 | e99f88e89bbee2889f |
UHC | ?蛾? | 00111111111001001011011000111111 | 3fe4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)