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 | 鋠紗篠 | 111110111101010110001110110100011000111011000010 | fbd58ed18ec2 |
EUC-JP | 鋠紗篠 | 10001111111001001100011110111100110100111011110011000100 | 8fe4c7bcd3bcc4 |
UTF-8 | 鋠紗篠 | 111010011000101110100000111001111011010010010111111001111010111110100000 | e98ba0e7b497e7afa0 |
UHC | ?紗篠 | 0011111111011110111010011110000111000110 | 3fdee9e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)