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 | 葹や坤 | 111001001101111110000010111000101000110110100011 | e4df82e28da3 |
EUC-JP | 葹や坤 | 111010001110000110100100111001001011101010100101 | e8e1a4e4baa5 |
UTF-8 | 葹や坤 | 111010001001000110111001111000111000001010000100111001011001110110100100 | e891b9e38284e59da4 |
UHC | ?や坤 | 0011111110101010111001001100110111011110 | 3faae4cdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)