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 | 墻????? | 10011010110101000011111100111111001111110011111100111111 | 9ad43f3f3f3f3f |
EUC-JP | 墻????? | 11010100110101100011111100111111001111110011111100111111 | d4d63f3f3f3f3f |
UTF-8 | 墻뀐풁樂뗰쉠 | 111001011010001010111011111010111000000010010000111011011001001010000001111011111010011010111111111010111001011110110000111011001000100110100000 | e5a2bbeb8090ed9281efa6bfeb97b0ec89a0 |
UHC | 墻뀐풁樂뗰쉠 | 111011011101111110110010111011111011111010001010111010001111100110001011111011111011110110101010 | eddfb2efbe8ae8f98befbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)