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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?伏? | 00111111100101011001101000111111 | 3f959a3f |
EUC-JP | ?伏? | 00111111110010011111101000111111 | 3fc9fa3f |
UTF-8 | 襤伏꿋 | 111011111010010010100100111001001011110010001111111010101011111110001011 | efa4a4e4bc8feabf8b |
UHC | 襤伏꿋 | 110100011111110111011100110100011011001011100000 | d1fddcd1b2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)