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 | 帙???莖 | 10011011111000110011111100111111001111111110010010110001 | 9be33f3f3fe4b1 |
EUC-JP | 帙???莖 | 11010110111001010011111100111111001111111110100010110011 | d6e53f3f3fe8b3 |
UTF-8 | 帙세뤶풆莖 | 111001011011100010011001111011001000010010111000111010111010010010110110111011011001001010000110111010001000111010010110 | e5b899ec84b8eba4b6ed9286e88e96 |
UHC | 帙세뤶풆莖 | 11110010111011011011110010111100100011111110010010111110100011101100110011101100 | f2edbcbc8fe4be8eccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)