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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シ眈ネ瑕荼 | 1011110011100001101111001100100011100000111010101110010010110110 | bce1bcc8e0eae4b6 |
EUC-JP | シ眈ネ瑕荼 | 10001110101111001110001010111110100011101100100011100000111011001110100010111000 | 8ebce2be8ec8e0ece8b8 |
UTF-8 | シ眈ネ瑕荼 | 111011111011110110111100111001111001110010001000111011111011111010001000111001111001000110010101111010001000110110111100 | efbdbce79c88efbe88e79195e88dbc |
UHC | ?眈?瑕? | 00111111111101111010111100111111111110011100001000111111 | 3ff7af3ff9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)