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 | 邵伎キ | 1110011110111000100010101110101010110111 | e7b88aeab7 |
EUC-JP | 邵伎キ | 111011101011101010110100111011001000111010110111 | eebab4ec8eb7 |
UTF-8 | 邵伎キ | 111010011000001010110101111001001011110010001110111011111011110110110111 | e982b5e4bc8eefbdb7 |
UHC | 邵伎? | 1110000111010000110100001110101100111111 | e1d0d0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)