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 | í÷¾ | 11101101111101111000111010111110 | edf78ebe |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | í÷?? | 10001111101010111011111110100001111000000011111100111111 | 8fabbfa1e03f3f |
UTF-8 | í÷¾ | 1100001110101101110000111011011111000010100011101100001010111110 | c3adc3b7c28ec2be |
UHC | ?÷?¾ | 001111111010000111000000001111111010100011111010 | 3fa1c03fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)