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 | 睫碵礦 | 111000011100101011100001111100011110000111100110 | e1cae1f1e1e6 |
EUC-JP | 睫碵礦 | 111000101100110011100010111100111110001011101000 | e2cce2f3e2e8 |
UTF-8 | 睫碵礦 | 111001111001110110101011111001111010001010110101111001111010010010100110 | e79dabe7a2b5e7a4a6 |
UHC | 睫?? | 11110100111000100011111100111111 | f4e23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)