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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | O湿釈 | 11110000101110110100111110001110101111001000111011011111 | f0bb4f8ebc8edf |
EUC-JP | ?O湿釈 | 001111110100111110111100101111101011110011100001 | 3f4fbcbebce1 |
UTF-8 | O湿釈 | 11101110100000011011101001001111111001101011100110111111111010011000011110001000 | ee81ba4fe6b9bfe98788 |
UHC | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)