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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 姨??\ | 1001101101001000001111110011111101011100 | 9b483f3f5c |
EUC-JP | 姨??\ | 1101010110101001001111110011111101011100 | d5a93f3f5c |
UTF-8 | 姨붿㎣\ | 11100101101001111010100011101011101101101011111111100011100011101010001101011100 | e5a7a8ebb6bfe38ea35c |
UHC | 姨붿㎣\ | 11101100101010011001010011101100101001111010011101011100 | eca994eca7a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)