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 | 吾а??^ | 10001100111000011000010001110000001111110011111101011110 | 8ce184703f3f5e |
EUC-JP | 吾а??^ | 10111000111000111010011111010001001111110011111101011110 | b8e3a7d13f3f5e |
UTF-8 | 吾а띴엶^ | 111001011001000010111110110100001011000011101011100111011011010011101100100101111011011001011110 | e590bed0b0eb9db4ec97b65e |
UHC | 吾а띴엶^ | 111001111110111010101100110100011000110111100100101111111010111001011110 | e7eeacd18de4bfae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)