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 | 壯??墻?? | 1001101011100001001111110011111110011010110101000011111100111111 | 9ae13f3f9ad43f3f |
EUC-JP | 壯??墻?? | 1101010011100011001111110011111111010100110101100011111100111111 | d4e33f3fd4d63f3f |
UTF-8 | 壯득굢墻삭춼 | 111001011010001110101111111010111001001110011101111010101011010110100010111001011010001010111011111011001000001010101101111011001011011010111100 | e5a3afeb939deab5a2e5a2bbec82adecb6bc |
UHC | 壯득굢墻삭춼 | 111011011110000010110101111001101000001010001001111011011101111110111011111010001010110110011000 | ede0b5e68289eddfbbe8ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)