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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辣懶セよe都 | 1110011110000101100111001110111110111110100000101110011010000010100001011111101110110111 | e7859cefbe82e68285fbb7 |
EUC-JP | 辣懶セよe? | 1110110111100101110110001111000110001110101111101010010011101000101000111110010100111111 | ede5d8f18ebea4e8a3e53f |
UTF-8 | 辣懶セよe都 | 111010001011111010100011111001101000011110110110111011111011110110111110111000111000001010001000111011111011110110000101111011111010100010100110 | e8bea3e687b6efbdbee38288efbd85efa8a6 |
UHC | 辣懶?よe? | 11010101101110001101010011111011001111111010101011101000101000111110010100111111 | d5b8d4fb3faae8a3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)