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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 茆器愁H | 11100100100110111000101011101101100011110100010001001000 | e49b8aed8f4448 |
EUC-JP | 茆器愁H | 11100111111110111011010011101111101111011010010101001000 | e7fbb4efbda548 |
UTF-8 | 茆器愁H | 11101000100011001000011011100101100110011010100011100110100001001000000101001000 | e88c86e599a8e6848148 |
UHC | ?器愁H | 001111111101000011101111111000011111111001001000 | 3fd0efe1fe48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)