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 | ンエ珮 | 11110001111001101101110111111000101010101011010011100000111000011111010111001001 | f1e6ddf8aab4e0e1f5c9 |
EUC-JP | ?ン?エ珮? | 001111111000111011011101001111111000111010110100111000001110001100111111 | 3f8edd3f8eb4e0e33f |
UTF-8 | ンエ珮 | 111011101000010110100001111011111011111010011101111011101001100110001001111011111011110110110100111001111000111110101110111011101001000010110100 | ee85a1efbe9dee9989efbdb4e78faeee90b4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)