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 | 淼竺篠 | 111110110100010110001110101100011000111011000010 | fb458eb18ec2 |
EUC-JP | 淼竺篠 | 10001111110001111110011010111100101100111011110011000100 | 8fc7e6bcb3bcc4 |
UTF-8 | 淼竺篠 | 111001101011011110111100111001111010101110111010111001111010111110100000 | e6b7bce7abbae7afa0 |
UHC | ?竺篠 | 0011111111110101111001111110000111000110 | 3ff5e7e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)