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 | 鉉懃エ吼 | 11100111111010011001110011100111101101001001100111100001 | e7e99ce7b499e1 |
EUC-JP | 鉉懃エ吼 | 1110111011101011110110001110100110001110101101001101001011100011 | eeebd8e98eb4d2e3 |
UTF-8 | 鉉懃エ吼 | 111010011000100110001001111001101000011110000011111011111011110110110100111001011001000010111100 | e98989e68783efbdb4e590bc |
UHC | 鉉懃?吼 | 11111010111010001101000011000100001111111111110110101001 | fae8d0c43ffda9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)