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 | 100100101011011100111111010001011001001010110111001111110100010101000010 | 92b73f4592b73f4542 |
EUC-JP | 長?E長?EB | 110001001011100100111111010001011100010010111001001111110100010101000010 | c4b93f45c4b93f4542 |
UTF-8 | 長렲E長렲EB | 111010011001010110110111111010111010000010110010010001011110100110010101101101111110101110100000101100100100010101000010 | e995b7eba0b245e995b7eba0b24542 |
UHC | 長렲E長렲EB | 1110110111111110100011101011111101000101111011011111111010001110101111110100010101000010 | edfe8ebf45edfe8ebf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)