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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 謝璽粤B | 10001110110100111000111010100011111000101110001101000010 | 8ed38ea3e2e342 |
EUC-JP | 謝璽粤B | 10111100110101011011110010100101111001001110010101000010 | bcd5bca5e4e542 |
UTF-8 | 謝璽粤B | 11101000101011001001110111100111100100101011110111100111101100101010010001000010 | e8ac9de792bde7b2a442 |
UHC | 謝璽?B | 110111101111001111011111110111100011111101000010 | def3dfde3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)