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 | 要??嗚? | 10010111011101100011111100111111100110100110101000111111 | 97763f3f9a6a3f |
EUC-JP | 要??嗚? | 11001101110101110011111100111111110100111100101100111111 | cdd73f3fd3cb3f |
UTF-8 | 要띲굤嗚봃 | 111010001010011010000001111010111001110110110010111010101011010110100100111001011001011110011010111010111011010010000011 | e8a681eb9db2eab5a4e5979aebb483 |
UHC | 要띲굤嗚봃 | 11101001101010011000110111100011100000101000101011100111111100001001010001000110 | e9a98de3828ae7f09446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)