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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 櫻?承 | 1001111101001110001111111000111110110011 | 9f4e3f8fb3 |
EUC-JP | 櫻?承 | 1101110110101111001111111011111010110101 | ddaf3fbeb5 |
UTF-8 | 櫻뗺承 | 111001101010101110111011111010111001011110111010111001101000100110111111 | e6abbbeb97bae689bf |
UHC | 櫻뗺承 | 111001011010000110001011111110011110001110101111 | e5a18bf9e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)