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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???獐 | 001111110011111100111111100011111100101110111010 | 3f3f3f8fcbba |
UTF-8 | 欌들넺獐 | 111001101010110010001100111010111001001110100100111010111000010010111010111001111000110110010000 | e6ac8ceb93a4eb84bae78d90 |
UHC | 欌들넺獐 | 1110110111101011101101011110100110000110101101001110110111101111 | edebb5e986b4edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)