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 | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
SJIS-WIN | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
EUC-JP | ??u??~E | 00111111001111110111010100111111001111110111111001000101 | 3f3f753f3f7e45 |
UTF-8 | 셢옔u셢옔~E | 111011001000010110100010111011001001100010010100011101011110110010000101101000101110110010011000100101000111111001000101 | ec85a2ec989475ec85a2ec98947e45 |
UHC | 셢옔u셢옔~E | 1001100101101001100111101001101001110101100110010110100110011110100110100111111001000101 | 99699e9a7599699e9a7e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)