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 | 奪促束 | 100100100100010010010001101000111001000110101001 | 924491a391a9 |
EUC-JP | 奪促束 | 110000111010010111000010101001011100001010101011 | c3a5c2a5c2ab |
UTF-8 | 奪促束 | 111001011010010110101010111001001011111110000011111001101001110110011111 | e5a5aae4bf83e69d9f |
UHC | 奪促束 | 111101111010110011110101101101011110000111010110 | f7acf5b5e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)