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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陽鞦疽盖鈔 | 10010111011110101110100011100001111000010111001111100001101100111110011111100010 | 977ae8e1e173e1b3e7e2 |
EUC-JP | 陽鞦疽盖鈔 | 11001101110110111111000011100011111000011101010011100010101101011110111011100100 | cddbf0e3e1d4e2b5eee4 |
UTF-8 | 陽鞦疽盖鈔 | 111010011001100110111101111010011001111010100110111001111001011010111101111001111001101110010110111010011000100010010100 | e999bde99ea6e796bde79b96e98894 |
UHC | 陽?疽盖? | 1110010111010101001111111110111011000101110010111100110000111111 | e5d53feec5cbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)