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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 〓◇}〓◇{^ | 1000000110101100100000011001111001111101100000011010110010000001100111100111101101011110 | 81ac819e7d81ac819e7b5e |
EUC-JP | 〓◇}〓◇{^ | 1010001010101110101000011111111001111101101000101010111010100001111111100111101101011110 | a2aea1fe7da2aea1fe7b5e |
UTF-8 | 〓◇}〓◇{^ | 111000111000000010010011111000101001011110000111011111011110001110000000100100111110001010010111100001110111101101011110 | e38093e297877de38093e297877b5e |
UHC | 〓◇}〓◇{^ | 1010000111101011101000011101111001111101101000011110101110100001110111100111101101011110 | a1eba1de7da1eba1de7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)