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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???琫? | 00111111001111110011111110001111110011001010111100111111 | 3f3f3f8fccaf3f |
UTF-8 | 앉뤰탮琫퐈 | 111011001001010110001001111010111010010010110000111011011000001110101110111001111001000010101011111011011001000010001000 | ec9589eba4b0ed83aee790abed9088 |
UHC | 앉뤰탮琫퐈 | 10111110110010011000111111011110101101011000111011011100111011011100011110100001 | bec98fdeb58edcedc7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)