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 | ?讌譯 | 0011111111100110101001011110011010100001 | 3fe6a5e6a1 |
EUC-JP | 誟讌譯 | 10001111110111011111100111101100101001111110110010100011 | 8fddf9eca7eca3 |
UTF-8 | 誟讌譯 | 111010001010101010011111111010001010111010001100111010001010110110101111 | e8aa9fe8ae8ce8adaf |
UHC | ??譯 | 00111111001111111110011010111011 | 3f3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)