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 | 貉ソ驥磯氣 | 111001101011100110111111111010011000011110001000111010011001111110000110 | e6b9bfe98788e99f86 |
EUC-JP | 貉ソ驥磯氣 | 11101100101110111000111010111111111100011110011110110000111010111101110111100110 | ecbb8ebff1e7b0ebdde6 |
UTF-8 | 貉ソ驥磯氣 | 111010001011001010001001111011111011110110111111111010011010100110100101111001111010001110101111111001101011000010100011 | e8b289efbdbfe9a9a5e7a3afe6b0a3 |
UHC | ??驥磯氣 | 0011111100111111110100011100101011010001101101001101000110101000 | 3f3fd1cad1b4d1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)