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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荏耕?趙 | 10001001011000001000110101101011001111111110011011100010 | 89608d6b3fe6e2 |
EUC-JP | 荏耕适趙 | 101100011100000110111001110011001000111111100001110010111110110011100100 | b1c1b9cc8fe1cbece4 |
UTF-8 | 荏耕适趙 | 111010001000110110001111111010001000000010010101111010011000000010000010111010001011011010011001 | e88d8fe88095e98082e8b699 |
UHC | 荏耕适趙 | 1110110011111011110011001110100111001110110000011111000011100001 | ecfbcce9cec1f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)