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 | 陽鞦韲盖髴 | 10010111011110101110100011100001111010001110110011100001101100111110100110011100 | 977ae8e1e8ece1b3e99c |
EUC-JP | 陽鞦韲盖髴 | 11001101110110111111000011100011111100001110111011100010101101011111000111111100 | cddbf0e3f0eee2b5f1fc |
UTF-8 | 陽鞦韲盖髴 | 111010011001100110111101111010011001111010100110111010011001111110110010111001111001101110010110111010011010101110110100 | e999bde99ea6e99fb2e79b96e9abb4 |
UHC | 陽??盖? | 11100101110101010011111100111111110010111100110000111111 | e5d53f3fcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)