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 | シエセネ璽 | 1011110010110100101111101100100011110011111011101000111010100011 | bcb4bec8f3ee8ea3 |
EUC-JP | シエセネ?璽 | 1000111010111100100011101011010010001110101111101000111011001000001111111011110010100101 | 8ebc8eb48ebe8ec83fbca5 |
UTF-8 | シエセネ璽 | 111011111011110110111100111011111011110110110100111011111011110110111110111011111011111010001000111011101000101110100001111001111001001010111101 | efbdbcefbdb4efbdbeefbe88ee8ba1e792bd |
UHC | ?????璽 | 00111111001111110011111100111111001111111101111111011110 | 3f3f3f3f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)