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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 域??已? | 10001000111001100011111100111111100110111101111100111111 | 88e63f3f9bdf3f |
EUC-JP | 域??已? | 10110000111010000011111100111111110101101110000100111111 | b0e83f3fd6e13f |
UTF-8 | 域밸툦已켃 | 111001011001111110011111111010111011000010111000111011011000100010100110111001011011011110110010111011001011110010000011 | e59f9febb0b8ed88a6e5b7b2ecbc83 |
UHC | 域밸툦已켃 | 11100110101101001011100111101011101110001001110111101100101010111011000101000010 | e6b4b9ebb89decabb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)