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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?韓?閒^ | 00111111100010101101100000111111111110111110100001011110 | 3f8ad83ffbe85e |
EUC-JP | ?韓??^ | 001111111011010011011010001111110011111101011110 | 3fb4da3f3f5e |
UTF-8 | 뤿韓뤿閒^ | 11101011101001001011111111101001100111111001001111101011101001001011111111101001100101101001001001011110 | eba4bfe99f93eba4bfe996925e |
UHC | 뤿韓뤿閒^ | 100011111110101111111001110110111000111111101011111110011101100101011110 | 8febf9db8febf9d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)