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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ィャィエF | 101010001111100110101001101011001010100011111001101000101011010001000110 | a8f9a9aca8f9a2b446 |
EUC-JP | ィ?ャィ?エF | 1000111010101000001111111000111010101100100011101010100000111111100011101011010001000110 | 8ea83f8eac8ea83f8eb446 |
UTF-8 | ィャィエF | 11101111101111011010100011101110100111001000010011101111101111011010110011101111101111011010100011101110100110111011110111101111101111011011010001000110 | efbda8ee9c84efbdacefbda8ee9bbdefbdb446 |
UHC | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)