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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ア?鷹ゲ | 001111110011111110000011010000010011111110010001111010011000001101010001 | 3f3f83413f91e98351 |
EUC-JP | ??ア?鷹ゲ | 001111110011111110100101101000100011111111000010111010111010010110110010 | 3f3fa5a23fc2eba5b2 |
UTF-8 | 룶쾹ア룫鷹ゲ | 111010111010001110110110111011001011111010111001111000111000001010100010111010111010001110101011111010011011011110111001111000111000001010110010 | eba3b6ecbeb9e382a2eba3abe9b7b9e382b2 |
UHC | 룶쾹ア룫鷹ゲ | 100011111010101110110010100011111010101110100010100011111010001011101011111011011010101110110010 | 8fabb28faba28fa2ebedabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)