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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脛蒿 | 111000111111100011110010111101011110010011100100 | e3f8f2f5e4e4 |
EUC-JP | 脛?蒿 | 1110011011111010001111111110100011100110 | e6fa3fe8e6 |
UTF-8 | 脛蒿 | 111010001000010010011011111011101000100010101100111010001001001010111111 | e8849bee88ace892bf |
UHC | 脛?蒿 | 1100110011101011001111111111101111011010 | cceb3ffbda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)