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 | ?N?Q | 00111111010011100011111101010001 | 3f4e3f51 |
SJIS-WIN | 棚N脱Q | 100100100100100101001110100100100100010101010001 | 92494e924551 |
EUC-JP | 棚N脱Q | 110000111010101001001110110000111010011001010001 | c3aa4ec3a651 |
UTF-8 | 棚N脱Q | 1110011010100011100110100100111011101000100001001011000101010001 | e6a39a4ee884b151 |
UHC | 棚N?Q | 1101110111011100010011100011111101010001 | dddc4e3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)