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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | 勖?E勖?EB | 1000111110110011111011010011111101000101100011111011001111101101001111110100010101000010 | 8fb3ed3f458fb3ed3f4542 |
UTF-8 | 勖렠E勖렠EB | 111001011000101110010110111010111010000010100000010001011110010110001011100101101110101110100000101000000100010101000010 | e58b96eba0a045e58b96eba0a04542 |
UHC | 勖렠E勖렠EB | 1110100111101101100011101011000101000101111010011110110110001110101100010100010101000010 | e9ed8eb145e9ed8eb14542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)