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 | 鋠璽篠 | 111110111101010110001110101000111000111011000010 | fbd58ea38ec2 |
EUC-JP | 鋠璽篠 | 10001111111001001100011110111100101001011011110011000100 | 8fe4c7bca5bcc4 |
UTF-8 | 鋠璽篠 | 111010011000101110100000111001111001001010111101111001111010111110100000 | e98ba0e792bde7afa0 |
UHC | ?璽篠 | 0011111111011111110111101110000111000110 | 3fdfdee1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)