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 | 弴蒔裄 | 111110101011100010001110101010101110010111100000 | fab88eaae5e0 |
EUC-JP | 弴蒔裄 | 10001111101111001110110110111100101011001110101011100010 | 8fbcedbcaceae2 |
UTF-8 | 弴蒔裄 | 111001011011110010110100111010001001001010010100111010001010001110000100 | e5bcb4e89294e8a384 |
UHC | ?蒔? | 00111111111000111100100000111111 | 3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)