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 | 隰晞ケソ邀ャ | 111010001010110010011101111010011011100110111111111001111011000110101100 | e8ac9de9b9bfe7b1ac |
| EUC-JP | 隰晞ケソ邀ャ | 111100001010111011011010111010111000111010111001100011101011111111101110101100111000111010101100 | f0aedaeb8eb98ebfeeb38eac |
| UTF-8 | 隰晞ケソ邀ャ | 111010011001101010110000111001101001100110011110111011111011110110111001111011111011110110111111111010011000001010000000111011111011110110101100 | e99ab0e6999eefbdb9efbdbfe98280efbdac |
| UHC | ?晞??邀? | 0011111111111101111101010011111100111111111010011010110100111111 | 3ffdf53f3fe9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)