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 | 邵浩じ | 111001111011100010001101010111111000001010110110 | e7b88d5f82b6 |
EUC-JP | 邵浩じ | 111011101011101010111001110000001010010010111000 | eebab9c0a4b8 |
UTF-8 | 邵浩じ | 111010011000001010110101111001101011010110101001111000111000000110011000 | e982b5e6b5a9e38198 |
UHC | 邵浩じ | 111000011101000011111011110001111010101010111000 | e1d0fbc7aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)