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 | 治鹿セュ痔爾 | 10001110101000011000111010101101101111101010110110001110101001001000111010100010 | 8ea18eadbead8ea48ea2 |
EUC-JP | 治鹿セュ痔爾 | 101111001010001110111100101011111000111010111110100011101010110110111100101001101011110010100100 | bca3bcaf8ebe8eadbca6bca4 |
UTF-8 | 治鹿セュ痔爾 | 111001101011001010111011111010011011100110111111111011111011110110111110111011111011110110101101111001111001011110010100111001111000100010111110 | e6b2bbe9b9bfefbdbeefbdade79794e788be |
UHC | 治鹿??痔爾 | 11110110101111011101011011100011001111110011111111110110110000001110110010110011 | f6bdd6e33f3ff6c0ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)