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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ゥ」ィエ~ | 101010011010001110101000111101101010100011111001101000101011010001111110 | a9a3a8f6a8f9a2b47e |
EUC-JP | ゥ」ィ??エ~ | 1000111010101001100011101010001110001110101010000011111100111111100011101011010001111110 | 8ea98ea38ea83f3f8eb47e |
UTF-8 | ゥ」ィエ~ | 11101111101111011010100111101111101111011010001111101111101111011010100011101110100100111000111111101110100110111011110111101111101111011011010001111110 | efbda9efbda3efbda8ee938fee9bbdefbdb47e |
UHC | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)