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 | 遨玲クァ | 111001111010100110010111111001101011100010100111 | e7a997e6b8a7 |
EUC-JP | 遨玲クァ | 1110111010101011110011101110100010001110101110001000111010100111 | eeabcee88eb88ea7 |
UTF-8 | 遨玲クァ | 111010011000000110101000111001111000111010110010111011111011110110111000111011111011110110100111 | e981a8e78eb2efbdb8efbda7 |
UHC | ?玲?? | 0011111111010110101111000011111100111111 | 3fd6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)