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 | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
EUC-JP | ??e??eB | 00111111001111110110010100111111001111110110010101000010 | 3f3f653f3f6542 |
UTF-8 | 亐렕e亐렕eB | 111001001011101010010000111010111010000010010101011001011110010010111010100100001110101110100000100101010110010101000010 | e4ba90eba09565e4ba90eba0956542 |
UHC | 亐렕e亐렕eB | 1110101010100111100011101010101001100101111010101010011110001110101010100110010101000010 | eaa78eaa65eaa78eaa6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)