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 | ÷¼ | 10011111111101111001011010111100 | 9ff796bc |
SJIS-WIN | ?÷?? | 0011111110000001100000000011111100111111 | 3f81803f3f |
EUC-JP | ?÷?? | 0011111110100001111000000011111100111111 | 3fa1e03f3f |
UTF-8 | ÷¼ | 1100001010011111110000111011011111000010100101101100001010111100 | c29fc3b7c296c2bc |
UHC | ?÷?¼ | 001111111010000111000000001111111010100011111001 | 3fa1c03fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)