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 | 畏????裸 | 1000100011011000001111110011111100111111001111111001011110000111 | 88d83f3f3f3f9787 |
EUC-JP | 畏????裸 | 1011000011011010001111110011111100111111001111111100110111100111 | b0da3f3f3f3fcde7 |
UTF-8 | 畏펠렣찔렰裸 | 111001111001010110001111111011011000111010100000111010111010000010100011111011001011000010010100111010111010000010110000111010001010001110111000 | e7958fed8ea0eba0a3ecb094eba0b0e8a3b8 |
UHC | 畏펠렣찔렰裸 | 111010001110011011000110111001111000111010110100110000101111000110001110101111011101010110100011 | e8e6c6e78eb4c2f18ebdd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)