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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隘ュ邇匁峩 | 111010001010010110101101111001111000111010010110111001101001101110110100 | e8a5ade78e96e69bb4 |
EUC-JP | 隘ュ邇匁峩 | 11110000101001111000111010101101111011011110111011001100111010001101011010110110 | f0a78eadedeecce8d6b6 |
UTF-8 | 隘ュ邇匁峩 | 111010011001101010011000111011111011110110101101111010011000001010000111111001011000110010000001111001011011001110101001 | e99a98efbdade98287e58c81e5b3a9 |
UHC | 隘?邇?? | 11100100111101100011111111101100110001000011111100111111 | e4f63fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)