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 | 幽?幽 | 1001011101001000001111111001011101001000 | 97483f9748 |
EUC-JP | 幽苽幽 | 11001101101010011000111111010111110110111100110110101001 | cda98fd7dbcda9 |
UTF-8 | 幽苽幽 | 111001011011100110111101111010001000101110111101111001011011100110111101 | e5b9bde88bbde5b9bd |
UHC | 幽苽幽 | 111010101110101111001101110010011110101011101011 | eaebcdc9eaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)