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 | ?®?H | 00111111101011100011111101001000 | 3fae3f48 |
SJIS-WIN | 墻??H | 1001101011010100001111110011111101001000 | 9ad43f3f48 |
EUC-JP | 墻®?H | 11010100110101101000111110100010111011100011111101001000 | d4d68fa2ee3f48 |
UTF-8 | 墻®뮵H | 111001011010001010111011110000101010111011101011101011101011010101001000 | e5a2bbc2aeebaeb548 |
UHC | 墻®뮵H | 11101101110111111010001011100111100100101011110101001000 | eddfa2e792bd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)