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 | 讙堺ケ | 1110011010101010100011011110010010111001 | e6aa8de4b9 |
EUC-JP | 讙堺ケ | 111011001010110010111010111001101000111010111001 | ecacbae68eb9 |
UTF-8 | 讙堺ケ | 111010001010111010011001111001011010000010111010111011111011110110111001 | e8ae99e5a0baefbdb9 |
UHC | ?堺? | 00111111110011001111011100111111 | 3fccf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)