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 | 11100100010100001000101110000111100010011010001001000010 | e4508b8789a242 |
EUC-JP | 膠窮欧B | 11100111101100011011010111100111101100101010010001000010 | e7b1b5e7b2a442 |
UTF-8 | 膠窮欧B | 11101000100001101010000011100111101010101010111011100110101011001010011101000010 | e886a0e7aaaee6aca742 |
UHC | 膠窮?B | 110011101110111111001111111000110011111101000010 | ceefcfe33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)