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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 辰但S村 | 10010010010000111001001001000001010100111001000110111010 | 924392415391ba |
EUC-JP | 辰但S村 | 11000011101001001100001110100010010100111100001010111100 | c3a4c3a253c2bc |
UTF-8 | 辰但S村 | 11101000101111101011000011100100101111011000011001010011111001101001110110010001 | e8beb0e4bd8653e69d91 |
UHC | 辰但S村 | 11110010111000111101001110100011010100111111010110111101 | f2e3d3a353f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)