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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 狃狃狃狃B | 111000001011101111100000101110111110000010111011111000001011101101000010 | e0bbe0bbe0bbe0bb42 |
EUC-JP | 狃狃狃狃B | 111000001011110111100000101111011110000010111101111000001011110101000010 | e0bde0bde0bde0bd42 |
UTF-8 | 狃狃狃狃B | 11100111100010111000001111100111100010111000001111100111100010111000001111100111100010111000001101000010 | e78b83e78b83e78b83e78b8342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)