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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 梓梓^ | 1000100010110010100010001011001001011110 | 88b288b25e |
EUC-JP | 梓梓^ | 1011000010110100101100001011010001011110 | b0b4b0b45e |
UTF-8 | 梓梓^ | 11100110101000101001001111100110101000101001001101011110 | e6a293e6a2935e |
UHC | 梓梓^ | 1110111010101001111011101010100101011110 | eea9eea95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)