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 | 荳磯剛 | 111001001011100010001000111010011000110110000100 | e4b888e98d84 |
EUC-JP | 荳磯剛 | 111010001011101010110000111010111011100111100100 | e8bab0ebb9e4 |
UTF-8 | 荳磯剛 | 111010001000110110110011111001111010001110101111111001011000100110011011 | e88db3e7a3afe5899b |
UHC | 荳磯剛 | 110101001110010111010001101101001100101110100111 | d4e5d1b4cba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)