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 | 驅喊痾 | 111010010111101110011010010111101110000101111101 | e97b9a5ee17d |
EUC-JP | 驅喊痾 | 111100011101110011010011101111111110000111011110 | f1dcd3bfe1de |
UTF-8 | 驅喊痾 | 111010011010100110000101111001011001011010001010111001111001011110111110 | e9a985e5968ae797be |
UHC | 驅喊? | 1100111111001100111110011110001000111111 | cfccf9e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)