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 | 胛х害 | 111000111110111010000100100001111000101001010001 | e3ee84878a51 |
EUC-JP | 胛х害 | 111001101111000010100111111001111011001110110010 | e6f0a7e7b3b2 |
UTF-8 | 胛х害 | 1110100010000011100110111101000110000101111001011010111010110011 | e8839bd185e5aeb3 |
UHC | 胛х害 | 110010111010010010101100111001111111101010101010 | cba4ace7faaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)