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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 誾\}誾\{^ | 11111001101011101111101110100111010111000111110111111001101011101111101110100111010111000111101101011110 | f9aefba75c7df9aefba75c7b5e |
EUC-JP | ?誾\}?誾\{^ | 00111111100011111101111010100100010111000111110100111111100011111101111010100100010111000111101101011110 | 3f8fdea45c7d3f8fdea45c7b5e |
UTF-8 | 誾\}誾\{^ | 1110111010011100100010011110100010101010101111100101110001111101111011101001110010001001111010001010101010111110010111000111101101011110 | ee9c89e8aabe5c7dee9c89e8aabe5c7b5e |
UHC | ?誾\}?誾\{^ | 0011111111101011110111010101110001111101001111111110101111011101010111000111101101011110 | 3febdd5c7d3febdd5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)