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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ⅵ璽篠 | 111110100100010110001110101000111000111011000010 | fa458ea38ec2 |
EUC-JP | ?璽篠 | 0011111110111100101001011011110011000100 | 3fbca5bcc4 |
UTF-8 | ⅵ璽篠 | 111000101000010110110101111001111001001010111101111001111010111110100000 | e285b5e792bde7afa0 |
UHC | ⅵ璽篠 | 101001011010011011011111110111101110000111000110 | a5a6dfdee1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)