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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 氏笑x | 1000111010000001100011111100111001111000 | 8e818fce78 |
EUC-JP | 氏笑x | 1011101111100001101111101101000001111000 | bbe1bed078 |
UTF-8 | 氏笑x | 11100110101100001000111111100111101011001001000101111000 | e6b08fe7ac9178 |
UHC | 氏笑x | 1110010010101011111000011100010101111000 | e4abe1c578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)