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 | ??ケ?鷹ゴ | 001111110011111110000011010100000011111110010001111010011000001101010011 | 3f3f83503f91e98353 |
EUC-JP | ??ケ?鷹ゴ | 001111110011111110100101101100010011111111000010111010111010010110110100 | 3f3fa5b13fc2eba5b4 |
UTF-8 | 룶殺ケ룫鷹ゴ | 111010111010001110110110111011111010010110110000111000111000001010110001111010111010001110101011111010011011011110111001111000111000001010110100 | eba3b6efa5b0e382b1eba3abe9b7b9e382b4 |
UHC | 룶殺ケ룫鷹ゴ | 100011111010101111100001111011011010101110110001100011111010001011101011111011011010101110110100 | 8fabe1edabb18fa2ebedabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)