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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 疱疇疱疇^ | 111000010111011011100001011001011110000101110110111000010110010101011110 | e176e165e176e1655e |
EUC-JP | 疱疇疱疇^ | 111000011101011111100001110001101110000111010111111000011100011001011110 | e1d7e1c6e1d7e1c65e |
UTF-8 | 疱疇疱疇^ | 11100111100101101011000111100111100101101000011111100111100101101011000111100111100101101000011101011110 | e796b1e79687e796b1e796875e |
UHC | 疱疇疱疇^ | 111110001101111011110001110000101111100011011110111100011100001001011110 | f8def1c2f8def1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)