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 | 荏耕??鳥? | 100010010110000010001101011010110011111100111111100100101011100100111111 | 89608d6b3f3f92b93f |
EUC-JP | 荏耕??鳥? | 101100011100000110111001110011000011111100111111110001001011101100111111 | b1c1b9cc3f3fc4bb3f |
UTF-8 | 荏耕렔렔鳥핍 | 111010001000110110001111111010001000000010010101111010111010000010010100111010111010000010010100111010011011001110100101111011011001010110001101 | e88d8fe88095eba094eba094e9b3a5ed958d |
UHC | 荏耕렔렔鳥핍 | 111011001111101111001100111010011000111010101001100011101010100111110000111010001100011111001100 | ecfbcce98ea98ea9f0e8c7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)