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 | 召尞「 | 1000111110100010111110101010101110100010 | 8fa2faaba2 |
EUC-JP | 召尞「 | 10111110101001001000111110111010111010111000111010100010 | bea48fbaeb8ea2 |
UTF-8 | 召尞「 | 111001011000111110101100111001011011000010011110111011111011110110100010 | e58face5b09eefbda2 |
UHC | 召?? | 11100001101011110011111100111111 | e1af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)