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 | 髴、髴、荳 | 1110100110011100101001001110100110011100101001001110010010111000 | e99ca4e99ca4e4b8 |
EUC-JP | 髴、髴、荳 | 11110001111111001000111010100100111100011111110010001110101001001110100010111010 | f1fc8ea4f1fc8ea4e8ba |
UTF-8 | 髴、髴、荳 | 111010011010101110110100111011111011110110100100111010011010101110110100111011111011110110100100111010001000110110110011 | e9abb4efbda4e9abb4efbda4e88db3 |
UHC | ????荳 | 001111110011111100111111001111111101010011100101 | 3f3f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)