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 | 迂????裸 | 1000100101001001001111110011111100111111001111111001011110000111 | 89493f3f3f3f9787 |
EUC-JP | 迂????裸 | 1011000110101010001111110011111100111111001111111100110111100111 | b1aa3f3f3f3fcde7 |
UTF-8 | 迂펠렣찔렰裸 | 111010001011111110000010111011011000111010100000111010111010000010100011111011001011000010010100111010111010000010110000111010001010001110111000 | e8bf82ed8ea0eba0a3ecb094eba0b0e8a3b8 |
UHC | 迂펠렣찔렰裸 | 111010011110011011000110111001111000111010110100110000101111000110001110101111011101010110100011 | e9e6c6e78eb4c2f18ebdd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)