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 | ⅶイセオ」 | 1111101001000110101100101111000110001110101111101011010110100011 | fa46b2f18ebeb5a3 |
EUC-JP | ?イ?セオ」 | 00111111100011101011001000111111100011101011111010001110101101011000111010100011 | 3f8eb23f8ebe8eb58ea3 |
UTF-8 | ⅶイセオ」 | 111000101000010110110110111011111011110110110010111011101000010010001001111011111011110110111110111011111011110110110101111011111011110110100011 | e285b6efbdb2ee8489efbdbeefbdb5efbda3 |
UHC | ⅶ????? | 10100101101001110011111100111111001111110011111100111111 | a5a73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)