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 | ?ョ?章 | 001111111000001110000111001111111000111111001101 | 3f83873f8fcd |
EUC-JP | 焰ョ?章 | 1000111111001001111011111010010111100111001111111011111011001111 | 8fc9efa5e73fbecf |
UTF-8 | 焰ョ퀤章 | 111001111000010010110000111000111000001110100111111011011000000010100100111001111010101110100000 | e784b0e383a7ed80a4e7aba0 |
UHC | 焰ョ퀤章 | 1110011011111011101010111110011110110011100110001110110111110001 | e6fbabe7b398edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)