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 | 喩??? | 1001101001100111001111110011111100111111 | 9a673f3f3f |
EUC-JP | 喩??? | 1101001111001000001111110011111100111111 | d3c83f3f3f |
UTF-8 | 喩멸렎렧 | 111001011001011010101001111010111010100110111000111010111010000010001110111010111010000010100111 | e596a9eba9b8eba08eeba0a7 |
UHC | 喩멸렎렧 | 1110101011100111101110001110101010001110101001001000111010110110 | eae7b8ea8ea48eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)