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 | 瑩??? | 1110000011110000001111110011111100111111 | e0f03f3f3f |
EUC-JP | 瑩??? | 1110000011110010001111110011111100111111 | e0f23f3f3f |
UTF-8 | 瑩꿰렒렲 | 111001111001000110101001111010101011111110110000111010111010000010010010111010111010000010110010 | e791a9eabfb0eba092eba0b2 |
UHC | 瑩꿰렒렲 | 1111101110101001101100101110011110001110101001111000111010111111 | fba9b2e78ea78ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)