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 | 盖鱆咫痿^ | 111000011011001111101001111000011001101001000000111000010111111001011110 | e1b3e9e19a40e17e5e |
EUC-JP | 盖鱆咫痿^ | 111000101011010111110010111000111101001110100001111000011101111101011110 | e2b5f2e3d3a1e1df5e |
UTF-8 | 盖鱆咫痿^ | 11100111100110111001011011101001101100011000011011100101100100101010101111100111100101111011111101011110 | e79b96e9b186e592abe797bf5e |
UHC | 盖?咫?^ | 11001011110011000011111111110010101000010011111101011110 | cbcc3ff2a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)