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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 狃犁牾A | 11100000101110111110000010110011111000001011000101000001 | e0bbe0b3e0b141 |
EUC-JP | 狃犁牾A | 11100000101111011110000010110101111000001011001101000001 | e0bde0b5e0b341 |
UTF-8 | 狃犁牾A | 11100111100010111000001111100111100010101000000111100111100010011011111001000001 | e78b83e78a81e789be41 |
UHC | ?犁?A | 0011111111010111111000000011111101000001 | 3fd7e03f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)