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 | 要??恂θ | 1001011101110110001111110011111110011100100101101000001111000110 | 97763f3f9c9683c6 |
EUC-JP | 要??恂θ | 1100110111010111001111110011111111010111111101101010011011001000 | cdd73f3fd7f6a6c8 |
UTF-8 | 要띲굠恂θ | 1110100010100110100000011110101110011101101100101110101010110101101000001110011010000001100000101100111010111000 | e8a681eb9db2eab5a0e68182ceb8 |
UHC | 要띲굠恂θ | 11101001101010011000110111100011100000101000100011100010111000011010010111101000 | e9a98de38288e2e1a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)