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 | 奬??矣 | 100110101111101100111111001111111110000111100001 | 9afb3f3fe1e1 |
EUC-JP | 奬??矣 | 110101001111110100111111001111111110001011100011 | d4fd3f3fe2e3 |
UTF-8 | 奬잭駱矣 | 111001011010010110101100111011001001111010101101111011111010010010011010111001111001111110100011 | e5a5acec9eadefa49ae79fa3 |
UHC | 奬잭駱矣 | 1110110111100001110000001110100011010001111010011110101111111000 | ede1c0e8d1e9ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)