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 | 屍憬? | 1000111001110010100111001101101100111111 | 8e729cdb3f |
EUC-JP | 屍憬Ŧ | 10111011110100111101100011011101100011111010100110101111 | bbd3d8dd8fa9af |
UTF-8 | 屍憬Ŧ | 1110010110110001100011011110011010000110101011001100010110100110 | e5b18de686acc5a6 |
UHC | 屍憬Ŧ | 111000111011101111001100110101011010100010101110 | e3bbccd5a8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)