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 | 蜚懃性闍 | 1110010110010100100111001110011110010000101010111110100010001011 | e5949ce790abe88b |
EUC-JP | 蜚懃性闍 | 1110100111110100110110001110100111000000101011011110111111101011 | e9f4d8e9c0adefeb |
UTF-8 | 蜚懃性闍 | 111010001001110010011010111001101000011110000011111001101000000010100111111010011001011110001101 | e89c9ae68783e680a7e9978d |
UHC | 蜚懃性? | 11011110101001001101000011000100111000001111010100111111 | dea4d0c4e0f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)