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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝠シ霍ォ遉達 | 11100101100101011011110011101000101101111010101111100111101001001001001001000010 | e595bce8b7abe7a49242 |
EUC-JP | 蝠シ霍ォ遉達 | 111010011111010110001110101111001111000010111001100011101010101111101110101001101100001110100011 | e9f58ebcf0b98eabeea6c3a3 |
UTF-8 | 蝠シ霍ォ遉達 | 111010001001110110100000111011111011110110111100111010011001110010001101111011111011110110101011111010011000000110001001111010011000000110010100 | e89da0efbdbce99c8defbdabe98189e98194 |
UHC | ?????達 | 00111111001111110011111100111111001111111101001110111001 | 3f3f3f3f3fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)