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 | ????鷹ィ | 0011111100111111001111110011111110010001111010011000001101000010 | 3f3f3f3f91e98342 |
EUC-JP | ????鷹ィ | 0011111100111111001111110011111111000010111010111010010110100011 | 3f3f3f3fc2eba5a3 |
UTF-8 | 룶쾹◐룫鷹ィ | 111010111010001110110110111011001011111010111001111000101001011110010000111010111010001110101011111010011011011110111001111000111000001010100011 | eba3b6ecbeb9e29790eba3abe9b7b9e382a3 |
UHC | 룶쾹◐룫鷹ィ | 100011111010101110110010100011111010001011000100100011111010001011101011111011011010101110100011 | 8fabb28fa2c48fa2ebedaba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)