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 | 豺ィ莨守 | 11100110101101111010100011100100101111001000111011100111 | e6b7a8e4bc8ee7 |
EUC-JP | 豺ィ莨守 | 1110110010111001100011101010100011101000101111101011110011101001 | ecb98ea8e8bebce9 |
UTF-8 | 豺ィ莨守 | 111010001011000110111010111011111011110110101000111010001000111010101000111001011010111010001000 | e8b1baefbda8e88ea8e5ae88 |
UHC | 豺??守 | 111000111100111100111111001111111110000111111010 | e3cf3f3fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)