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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 잭잣인젬 | 111011001001111010101101111011001001111010100011111011001001110110111000111011001010000010101100 | ec9eadec9ea3ec9db8eca0ac |
UHC | 잭잣인젬 | 1100000011101000110000001110001111000000110011101100000110101010 | c0e8c0e3c0cec1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)