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 | 씌렫렣렕롈롆 | 111011001001010010001100111010111010000010101011111010111010000010100011111010111010000010010101111010111010000110001000111010111010000110000110 | ec948ceba0abeba0a3eba095eba188eba186 |
UHC | 씌렫렣렕롈롆 | 101111101011101010001110101110011000111010110100100011101010101010001110110011101000111011001100 | beba8eb98eb48eaa8ece8ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)