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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 샿뛨묔륒괿샿 | 111011001000001110111111111010111001101110101000111010111010110010010100111010111010010110010010111010101011010010111111111011001000001110111111 | ec83bfeb9ba8ebac94eba592eab4bfec83bf |
UHC | 샿뛨묔륒괿샿 | 100110001101111110001101011010111001000111101110100011111111100110000010011010001001100011011111 | 98df8d6b91ee8ff9826898df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)