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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?證へ繹 | 00111111111001101001101010000010110101101110001110001000 | 3fe69a82d6e388 |
EUC-JP | ?證へ繹 | 00111111111010111111101010100100110110001110010111101000 | 3febfaa4d8e5e8 |
UTF-8 | 얍證へ繹 | 111011001001011010001101111010001010110110001001111000111000000110111000111001111011100110111001 | ec968de8ad89e381b8e7b9b9 |
UHC | 얍證へ繹 | 1011111011100101111100011111101110101010110110001110011010111010 | bee5f1fbaad8e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)