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 | ?????^SB | 0011111100111111001111110011111100111111010111100101001101000010 | 3f3f3f3f3f5e5342 |
SJIS-WIN | モゥ^SB | 1111011110100111111101101100111011010011101010011111000011101111010111100101001101000010 | f7a7f6ced3a9f0ef5e5342 |
EUC-JP | ??モゥ?^SB | 00111111001111111000111011010011100011101010100100111111010111100101001101000010 | 3f3f8ed38ea93f5e5342 |
UTF-8 | モゥ^SB | 111011101001011010001010111011101001001110110101111011111011111010010011111011111011110110101001111011101000001010101110010111100101001101000010 | ee968aee93b5efbe93efbda9ee82ae5e5342 |
UHC | ?????^SB | 0011111100111111001111110011111100111111010111100101001101000010 | 3f3f3f3f3f5e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)