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 | 譿ィ遏削 | 11111011101011001010100011100111100111111000110111101101 | fbaca8e79f8ded |
EUC-JP | ?ィ遏削 | 00111111100011101010100011101110101000011011101011101111 | 3f8ea8eea1baef |
UTF-8 | 譿ィ遏削 | 111010001010110110111111111011111011110110101000111010011000000110001111111001011000100110001010 | e8adbfefbda8e9818fe5898a |
UHC | ???削 | 0011111100111111001111111101111011111011 | 3f3f3fdefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)