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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 章羃ヲ | 1000111111001101111000111011000010100110 | 8fcde3b0a6 |
EUC-JP | 章羃ヲ | 101111101100111111100110101100101000111010100110 | becfe6b28ea6 |
UTF-8 | 章羃ヲ | 111001111010101110100000111001111011111010000011111011111011110110100110 | e7aba0e7be83efbda6 |
UHC | 章?? | 11101101111100010011111100111111 | edf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)