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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 鋓辞\ | 1111101111010110100011101010101101011100 | fbd68eab5c |
EUC-JP | 鋓辞\ | 100011111110010010111111101111001010110101011100 | 8fe4bfbcad5c |
UTF-8 | 鋓辞\ | 11101001100010111001001111101000101111101001111001011100 | e98b93e8be9e5c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)