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 | 旭??? | 1000100010101110001111110011111100111111 | 88ae3f3f3f |
EUC-JP | 旭??? | 1011000010110000001111110011111100111111 | b0b03f3f3f |
UTF-8 | 旭렠戶렕 | 111001101001011110101101111010111010000010100000111001101000100010110110111010111010000010010101 | e697adeba0a0e688b6eba095 |
UHC | 旭렠戶렕 | 1110100111101111100011101011000111111011110000101000111010101010 | e9ef8eb1fbc28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)