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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 氏疎^ | 1000111010000001100100010110000101011110 | 8e8191615e |
EUC-JP | 氏疎^ | 1011101111100001110000011100001001011110 | bbe1c1c25e |
UTF-8 | 氏疎^ | 11100110101100001000111111100111100101101000111001011110 | e6b08fe7968e5e |
UHC | 氏疎^ | 1110010010101011111000011100001101011110 | e4abe1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)