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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?譴蠑城穏雉 | 0011111111100110101000101110010110111100100011111110100110001001101110001110100010110011 | 3fe6a2e5bc8fe989b8e8b3 |
EUC-JP | 訑譴蠑城穏雉 | 10001111110111011100011111101100101001001110101010111110101111101110101110110010101110101111000010110101 | 8fddc7eca4eabebeebb2baf0b5 |
UTF-8 | 訑譴蠑城穏雉 | 111010001010100010010001111010001010110110110100111010001010000010010001111001011001111110001110111001111010100110001111111010011001101110001001 | e8a891e8adb4e8a091e59f8ee7a98fe99b89 |
UHC | ?譴?城?雉 | 001111111100110010111001001111111110000011110010001111111111011011001011 | 3fccb93fe0f23ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)