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 | 10001001011000001110001111111000100101001100111101000010 | 8960e3f894cf42 |
EUC-JP | 荏脛煩B | 10110001110000011110011011111010110010001101000101000010 | b1c1e6fac8d142 |
UTF-8 | 荏脛煩B | 11101000100011011000111111101000100001001001101111100111100001011010100101000010 | e88d8fe8849be785a942 |
UHC | 荏脛煩B | 11101100111110111100110011101011110110111110000101000010 | ecfbccebdbe142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)