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 | 遵?i | 1000111110000101001111111000001010001001 | 8f853f8289 |
EUC-JP | 遵?i | 1011110111100101001111111010001111101001 | bde53fa3e9 |
UTF-8 | 遵멱i | 111010011000000110110101111010111010100110110001111011111011110110001001 | e981b5eba9b1efbd89 |
UHC | 遵멱i | 111100011110010110111000111010001010001111101001 | f1e5b8e8a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)