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 | 衆??蚌 | 100011110100111100111111001111111110010101110010 | 8f4f3f3fe572 |
EUC-JP | 衆??蚌 | 101111011011000000111111001111111110100111010011 | bdb03f3fe9d3 |
UTF-8 | 衆펫렱蚌 | 111010001010000110000110111011011000111010101011111010111010000010110001111010001001101010001100 | e8a186ed8eabeba0b1e89a8c |
UHC | 衆펫렱蚌 | 1111000111101011110001101110101010001110101111101101101110111101 | f1ebc6ea8ebedbbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)