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 | 腫貊├ | 100011101110111011100110101110111000010010100101 | 8eeee6bb84a5 |
EUC-JP | 腫貊├ | 101111001111000011101100101111011010100010100111 | bcf0ecbda8a7 |
UTF-8 | 腫貊├ | 111010001000010110101011111010001011001010001010111000101001010010011100 | e885abe8b28ae2949c |
UHC | 腫貊├ | 111100001111111011011000111001111010011010100111 | f0fed8e7a6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)