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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辣懋シウ | 111001111000010110011100111010101011110010110011 | e7859ceabcb3 |
EUC-JP | 辣懋シウ | 1110110111100101110110001110110010001110101111001000111010110011 | ede5d8ec8ebc8eb3 |
UTF-8 | 辣懋シウ | 111010001011111010100011111001101000011110001011111011111011110110111100111011111011110110110011 | e8bea3e6878befbdbcefbdb3 |
UHC | 辣懋?? | 110101011011100011011001111001010011111100111111 | d5b8d9e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)