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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉉懆い蓁 | 1110011111101001100111001110100010000010101000101110010011101011 | e7e99ce882a2e4eb |
EUC-JP | 鉉懆い蓁 | 1110111011101011110110001110101010100100101001001110100011101101 | eeebd8eaa4a4e8ed |
UTF-8 | 鉉懆い蓁 | 111010011000100110001001111001101000011110000110111000111000000110000100111010001001001110000001 | e98989e68786e38184e89381 |
UHC | 鉉?い? | 111110101110100000111111101010101010010000111111 | fae83faaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)