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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?斑?? | 0011111110010100110000010011111100111111 | 3f94c13f3f |
EUC-JP | ?斑?? | 0011111111001000110000110011111100111111 | 3fc8c33f3f |
UTF-8 | 亐斑렭렩 | 111001001011101010010000111001101001011010010001111010111010000010101101111010111010000010101001 | e4ba90e69691eba0adeba0a9 |
UHC | 亐斑렭렩 | 1110101010100111110110101110100010001110101110101000111010110111 | eaa7dae88eba8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)