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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 妖?E妖?EB | 100101110110010000111111010001011001011101100100001111110100010101000010 | 97643f4597643f4542 |
EUC-JP | 妖?E妖?EB | 110011011100010100111111010001011100110111000101001111110100010101000010 | cdc53f45cdc53f4542 |
UTF-8 | 妖렠E妖렠EB | 111001011010011010010110111010111010000010100000010001011110010110100110100101101110101110100000101000000100010101000010 | e5a696eba0a045e5a696eba0a04542 |
UHC | 妖렠E妖렠EB | 1110100011101101100011101011000101000101111010001110110110001110101100010100010101000010 | e8ed8eb145e8ed8eb14542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)