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 | 炭族但単 | 1001001001011001100100011011000010010010010000011001001001010000 | 925991b092419250 |
EUC-JP | 炭族但単 | 1100001110111010110000101011001011000011101000101100001110110001 | c3bac2b2c3a2c3b1 |
UTF-8 | 炭族但単 | 111001111000001010101101111001101001011110001111111001001011110110000110111001011000110110011000 | e782ade6978fe4bd86e58d98 |
UHC | 炭族但? | 11110111101010011111000011101001110100111010001100111111 | f7a9f0e9d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)