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 | コ悊ソ | 111100011111101110111010111110101011111010111111 | f1fbbafabebf |
EUC-JP | ?コ悊ソ | 0011111110001110101110101000111110111101111100001000111010111111 | 3f8eba8fbdf08ebf |
UTF-8 | コ悊ソ | 111011101000010110110110111011111011110110111010111001101000001010001010111011111011110110111111 | ee85b6efbdbae6828aefbdbf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)