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 | 羞檎勧 | 111000111011010110001100111001111000101010101001 | e3b58ce78aa9 |
EUC-JP | 羞檎勧 | 111001101011011110111000111010011011010010101011 | e6b7b8e9b4ab |
UTF-8 | 羞檎勧 | 111001111011111010011110111001101010101010001110111001011000101110100111 | e7be9ee6aa8ee58ba7 |
UHC | 羞檎? | 1110001010111010110100001101010100111111 | e2bad0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)