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 | 濶ク闍ヲ逾 | 1110100010001001101110001110100010001011101001101110011110100101 | e889b8e88ba6e7a5 |
EUC-JP | 濶ク闍ヲ逾 | 11101111111010011000111010111000111011111110101110001110101001101110111010100111 | efe98eb8efeb8ea6eea7 |
UTF-8 | 濶ク闍ヲ逾 | 111001101011111110110110111011111011110110111000111010011001011110001101111011111011110110100110111010011000000010111110 | e6bfb6efbdb8e9978defbda6e980be |
UHC | ????逾 | 001111110011111100111111001111111110101110110101 | 3f3f3f3febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)