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 | 001111111001011011001000100111101000011101000010 | 3f96c89e8742 |
EUC-JP | ?綿梏B | 001111111100110011001010110110111110011101000010 | 3fcccadbe742 |
UTF-8 | 뤀綿梏B | 11101011101001001000000011100111101101101011111111100110101000101000111101000010 | eba480e7b6bfe6a28f42 |
UHC | 뤀綿梏B | 10001111101100011101100011111010110011011101100101000010 | 8fb1d8facdd942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)