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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 壬?腸?^ | 10010000011100000011111110010010101100000011111101011110 | 90703f92b03f5e |
EUC-JP | 壬?腸?^ | 10111111110100010011111111000100101100100011111101011110 | bfd13fc4b23f5e |
UTF-8 | 壬렩腸렩^ | 11100101101000111010110011101011101000001010100111101000100001011011100011101011101000001010100101011110 | e5a3aceba0a9e885b8eba0a95e |
UHC | 壬렩腸렩^ | 111011001111001110001110101101111110110111110011100011101011011101011110 | ecf38eb7edf38eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)