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 | 瑩畤瑩畤^ | 111000001111000011100001010111101110000011110000111000010101111001011110 | e0f0e15ee0f0e15e5e |
EUC-JP | 瑩畤瑩畤^ | 111000001111001011100001101111111110000011110010111000011011111101011110 | e0f2e1bfe0f2e1bf5e |
UTF-8 | 瑩畤瑩畤^ | 11100111100100011010100111100111100101011010010011100111100100011010100111100111100101011010010001011110 | e791a9e795a4e791a9e795a45e |
UHC | 瑩?瑩?^ | 11111011101010010011111111111011101010010011111101011110 | fba93ffba93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)