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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羮居十鐓 | 1110001110111100100010111000111110001111010111001110100001011101 | e3bc8b8f8f5ce85d |
EUC-JP | 羮居十鐓 | 1110011010111110101101011110111110111101101111011110111110111110 | e6beb5efbdbdefbe |
UTF-8 | 羮居十鐓 | 111001111011111010101110111001011011000110000101111001011000110110000001111010011001000010010011 | e7beaee5b185e58d81e99093 |
UHC | ?居十? | 001111111100101111011100111001001010100000111111 | 3fcbdce4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)