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 | 症贇齒ヌ | 100011111100011111100110110101001111000011001011111010101000111111000111 | 8fc7e6d4f0cbea8fc7 |
EUC-JP | 症贇?齒ヌ | 101111101100100111101100110101100011111111110011111011111000111011000111 | bec9ecd63ff3ef8ec7 |
UTF-8 | 症贇齒ヌ | 111001111001011110000111111010001011010010000111111011101000001010001010111010011011110110010010111011111011111010000111 | e79787e8b487ee828ae9bd92efbe87 |
UHC | 症贇?齒? | 1111000111111000111010111100101100111111111101101100110100111111 | f1f8ebcb3ff6cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)