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 | 要??淳η | 1001011101110110001111110011111110001111011111101000001111000101 | 97763f3f8f7e83c5 |
EUC-JP | 要??淳η | 1100110111010111001111110011111110111101110111111010011011000111 | cdd73f3fbddfa6c7 |
UTF-8 | 要띸뵽淳η | 1110100010100110100000011110101110011101101110001110101110110101101111011110011010110111101100111100111010110111 | e8a681eb9db8ebb5bde6b7b3ceb7 |
UHC | 要띸뵽淳η | 11101001101010011000110111100111100101001011101111100010111010001010010111100111 | e9a98de794bbe2e8a5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)