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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 遵??縡?^ | 1000111110000101001111110011111111100011011100010011111101011110 | 8f853f3fe3713f5e |
EUC-JP | 遵??縡?^ | 1011110111100101001111110011111111100101110100100011111101011110 | bde53f3fe5d23f5e |
UTF-8 | 遵몃便縡렭^ | 11101001100000011011010111101011101010101000001111101111101001011010010111100111101110001010000111101011101000001010110101011110 | e981b5ebaa83efa5a5e7b8a1eba0ad5e |
UHC | 遵몃便縡렭^ | 1111000111100101101110001110101111011100101001011110111010101101100011101011101001011110 | f1e5b8ebdca5eead8eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)