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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 氏疎\ | 1000111010000001100100010110000101011100 | 8e8191615c |
EUC-JP | 氏疎\ | 1011101111100001110000011100001001011100 | bbe1c1c25c |
UTF-8 | 氏疎\ | 11100110101100001000111111100111100101101000111001011100 | e6b08fe7968e5c |
UHC | 氏疎\ | 1110010010101011111000011100001101011100 | e4abe1c35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)