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 | 1110000110110011100110100100110001000101111000011011001110011010010011000100010101000010 | e1b39a4c45e1b39a4c4542 |
EUC-JP | 盖哭E盖哭EB | 1110001010110101110100111010110101000101111000101011010111010011101011010100010101000010 | e2b5d3ad45e2b5d3ad4542 |
UTF-8 | 盖哭E盖哭EB | 111001111001101110010110111001011001001110101101010001011110011110011011100101101110010110010011101011010100010101000010 | e79b96e593ad45e79b96e593ad4542 |
UHC | 盖哭E盖哭EB | 1100101111001100110011011101011001000101110010111100110011001101110101100100010101000010 | cbcccdd645cbcccdd64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)