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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 旦但旦但\ | 100100100101010110010010010000011001001001010101100100100100000101011100 | 92559241925592415c |
EUC-JP | 旦但旦但\ | 110000111011011011000011101000101100001110110110110000111010001001011100 | c3b6c3a2c3b6c3a25c |
UTF-8 | 旦但旦但\ | 11100110100101111010011011100100101111011000011011100110100101111010011011100100101111011000011001011100 | e697a6e4bd86e697a6e4bd865c |
UHC | 旦但旦但\ | 110100111010100111010011101000111101001110101001110100111010001101011100 | d3a9d3a3d3a9d3a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)