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 | DÚç | 1001111001000100100110111101101011100111 | 9e449bdae7 |
SJIS-WIN | ?D??? | 0011111101000100001111110011111100111111 | 3f443f3f3f |
EUC-JP | ?D?Úç | 001111110100010000111111100011111010101011100010100011111010101110101110 | 3f443f8faae28fabae |
UTF-8 | DÚç | 110000101001111001000100110000101001101111000011100110101100001110100111 | c29e44c29bc39ac3a7 |
UHC | ?D??? | 0011111101000100001111110011111100111111 | 3f443f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)