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 | 移??? | 1000100011011010001111110011111100111111 | 88da3f3f3f |
EUC-JP | 移??? | 1011000011011100001111110011111100111111 | b0dc3f3f3f |
UTF-8 | 移얕렭렏 | 111001111010011110111011111011001001011010010101111010111010000010101101111010111010000010001111 | e7a7bbec9695eba0adeba08f |
UHC | 移얕렭렏 | 1110110010111001101111101110100010001110101110101000111010100101 | ecb9bee88eba8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)