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 | 1000100110011000001111110011111101001000 | 89983f3f48 |
EUC-JP | 汚??H | 1011000111111000001111110011111101001000 | b1f83f3f48 |
UTF-8 | 汚꾬슨H | 11100110101100011001101011101010101111101010110011101100100010101010100001001000 | e6b19aeabeacec8aa848 |
UHC | 汚꾬슨H | 11100111111111011000010011101111101111011011110001001000 | e7fd84efbdbc48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)