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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?拾?拾^ | 00111111100011110100010100111111100011110100010101011110 | 3f8f453f8f455e |
EUC-JP | ?拾?拾^ | 00111111101111011010011000111111101111011010011001011110 | 3fbda63fbda65e |
UTF-8 | 릈拾릈拾^ | 11101011101001101000100011100110100010111011111011101011101001101000100011100110100010111011111001011110 | eba688e68bbeeba688e68bbe5e |
UHC | 릈拾릈拾^ | 100100000110100011100011101001101001000001101000111000111010011001011110 | 9068e3a69068e3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)