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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 辰旦辰旦B | 100100100100001110010010010101011001001001000011100100100101010101000010 | 924392559243925542 |
EUC-JP | 辰旦辰旦B | 110000111010010011000011101101101100001110100100110000111011011001000010 | c3a4c3b6c3a4c3b642 |
UTF-8 | 辰旦辰旦B | 11101000101111101011000011100110100101111010011011101000101111101011000011100110100101111010011001000010 | e8beb0e697a6e8beb0e697a642 |
UHC | 辰旦辰旦B | 111100101110001111010011101010011111001011100011110100111010100101000010 | f2e3d3a9f2e3d3a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)