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 | 證ケ螻曾 | 11100110100110101011100111100101101100011001000101011100 | e69ab9e5b1915c |
EUC-JP | 證ケ螻曾 | 1110101111111010100011101011100111101010101100111100000110111101 | ebfa8eb9eab3c1bd |
UTF-8 | 證ケ螻曾 | 111010001010110110001001111011111011110110111001111010001001111010111011111001101001101110111110 | e8ad89efbdb9e89ebbe69bbe |
UHC | 證??曾 | 111100011111101100111111001111111111000111110100 | f1fb3f3ff1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)