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 | 闊檎甥 | 111010001000100010001100111001111000100110011001 | e8888ce78999 |
EUC-JP | 闊檎甥 | 111011111110100010111000111010011011000111111001 | efe8b8e9b1f9 |
UTF-8 | 闊檎甥 | 111010011001011110001010111001101010101010001110111001111001010010100101 | e9978ae6aa8ee794a5 |
UHC | 闊檎甥 | 111111001100010011010000110101011101111111100111 | fcc4d0d5dfe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)