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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 而校?\ | 100011101010011110001101010110100011111101011100 | 8ea78d5a3f5c |
EUC-JP | 而校?\ | 101111001010100110111001101110110011111101011100 | bca9b9bb3f5c |
UTF-8 | 而校㏉\ | 11101000100000001000110011100110101000001010000111100011100011111000100101011100 | e8808ce6a0a1e38f895c |
UHC | 而校㏉\ | 11101100101110111100111011101000101001111110110101011100 | ecbbcee8a7ed5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)