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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | コヨ袢^ | 1011101011010110111001011101100101011110 | bad6e5d95e |
EUC-JP | コヨ袢^ | 10001110101110101000111011010110111010101101101101011110 | 8eba8ed6eadb5e |
UTF-8 | コヨ袢^ | 11101111101111011011101011101111101111101001011011101000101000101010001001011110 | efbdbaefbe96e8a2a25e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)