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 | 席??? | 1001000011001000001111110011111100111111 | 90c83f3f3f |
EUC-JP | 席??? | 1100000011001010001111110011111100111111 | c0ca3f3f3f |
UTF-8 | 席卨렦롏 | 111001011011100010101101111001011000110110101000111010111010000010100110111010111010000110001111 | e5b8ade58da8eba0a6eba18f |
UHC | 席卨렦롏 | 1110000010101100111000001101100110001110101101011000111011010101 | e0ace0d98eb58ed5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)