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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兀???譽 | 10011001010110010011111100111111001111111110011010100011 | 99593f3f3fe6a3 |
EUC-JP | 兀???譽 | 11010001101110100011111100111111001111111110110010100101 | d1ba3f3f3feca5 |
UTF-8 | 兀뽔띶갚譽 | 111001011000010110000000111010111011110110010100111010111001110110110110111010101011000010011010111010001010110110111101 | e58580ebbd94eb9db6eab09ae8adbd |
UHC | 兀뽔띶갚譽 | 11101000101101001001011011010001100011011110010110110000101100011110011111100010 | e8b496d18de5b0b1e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)