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 | 10001001011000001110001111111000111000000101111101000010 | 8960e3f8e05f42 |
EUC-JP | 荏脛濱B | 10110001110000011110011011111010110111111100000001000010 | b1c1e6fadfc042 |
UTF-8 | 荏脛濱B | 11101000100011011000111111101000100001001001101111100110101111111011000101000010 | e88d8fe8849be6bfb142 |
UHC | 荏脛濱B | 11101100111110111100110011101011110111101011010001000010 | ecfbccebdeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)