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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 闔ィ謔カB | 11101000100011101010100011100110100000101011011001000010 | e88ea8e682b642 |
EUC-JP | 闔ィ謔カB | 111011111110111010001110101010001110101111100010100011101011011001000010 | efee8ea8ebe28eb642 |
UTF-8 | 闔ィ謔カB | 11101001100101111001010011101111101111011010100011101000101011001001010011101111101111011011011001000010 | e99794efbda8e8ac94efbdb642 |
UHC | 闔?謔?B | 11111001111011110011111111111001110011000011111101000010 | f9ef3ff9cc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)