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 | 聢翹犯 | 111000111101110011100011110010011001010011000110 | e3dce3c994c6 |
EUC-JP | 聢翹犯 | 111001101101111011100110110010111100100011001000 | e6dee6cbc8c8 |
UTF-8 | 聢翹犯 | 111010001000000110100010111001111011111110111001111001111000101010101111 | e881a2e7bfb9e78aaf |
UHC | ?翹犯 | 0011111111001110111011101101101111110011 | 3fceeedbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)