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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 簾앾쉥練숨 | 111011111010011010100110111011001001010110111110111011001000100110100101111011111010011010010110111011001000100010101000 | efa6a6ec95beec89a5efa696ec88a8 |
UHC | 簾앾쉥練숨 | 11100111101000011001110111101111101111011010101111100110110111111011110011111011 | e7a19defbdabe6dfbcfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)