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 | 萸耳璽 | 111001001100111010001110101010001000111010100011 | e4ce8ea88ea3 |
EUC-JP | 萸耳璽 | 111010001101000010111100101010101011110010100101 | e8d0bcaabca5 |
UTF-8 | 萸耳璽 | 111010001001000010111000111010001000000010110011111001111001001010111101 | e890b8e880b3e792bd |
UHC | 萸耳璽 | 111010111010110111101100101111001101111111011110 | ebadecbcdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)