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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 召悅爍 | 1000111110100010111110101011110111100000101000011111000011101101 | 8fa2fabde0a1f0ed |
EUC-JP | 召?爍? | 101111101010010000111111111000001010001100111111 | bea43fe0a33f |
UTF-8 | 召悅爍 | 111001011000111110101100111001101000001010000101111001111000100010001101111011101000001010101100 | e58face68285e7888dee82ac |
UHC | 召悅?? | 111000011010111111100110111011010011111100111111 | e1afe6ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)