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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 卄렲E卄렲EB | 111001011000110110000100111010111010000010110010010001011110010110001101100001001110101110100000101100100100010101000010 | e58d84eba0b245e58d84eba0b24542 |
UHC | 卄렲E卄렲EB | 1110110011111110100011101011111101000101111011001111111010001110101111110100010101000010 | ecfe8ebf45ecfe8ebf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)