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 | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
SJIS-WIN | 探短e探短eB | 1001001001010100100100100101101001100101100100100101010010010010010110100110010101000010 | 9254925a659254925a6542 |
EUC-JP | 探短e探短eB | 1100001110110101110000111011101101100101110000111011010111000011101110110110010101000010 | c3b5c3bb65c3b5c3bb6542 |
UTF-8 | 探短e探短eB | 111001101000111010100010111001111001111110101101011001011110011010001110101000101110011110011111101011010110010101000010 | e68ea2e79fad65e68ea2e79fad6542 |
UHC | 探短e探短eB | 1111011110101110110100111010110101100101111101111010111011010011101011010110010101000010 | f7aed3ad65f7aed3ad6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)