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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邉倡究踈 | 1110011110110011100110001110011110001011100001101110011011110001 | e7b398e78b86e6f1 |
EUC-JP | 邉倡究踈 | 1110111010110101110100001110100110110101111001101110110011110011 | eeb5d0e9b5e6ecf3 |
UTF-8 | 邉倡究踈 | 111010011000001010001001111001011000000010100001111001111010100110110110111010001011100010001000 | e98289e580a1e7a9b6e8b888 |
UHC | ?倡究? | 001111111111001111011011110011111011110000111111 | 3ff3dbcfbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)