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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 畏??]H | 100010001101100000111111001111110101110101001000 | 88d83f3f5d48 |
EUC-JP | 畏??]H | 101100001101101000111111001111110101110101001000 | b0da3f3f5d48 |
UTF-8 | 畏쇔폀]H | 1110011110010101100011111110110010000111100101001110110110001111100000000101110101001000 | e7958fec8794ed8f805d48 |
UHC | 畏쇔폀]H | 1110100011100110101111001110010110111100100011110101110101001000 | e8e6bce5bc8f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)