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 | 懿£}懿£{^ | 1001110011110010100000011001001001111101100111001111001010000001100100100111101101011110 | 9cf281927d9cf281927b5e |
EUC-JP | 懿£}懿£{^ | 1101100011110100101000011111001001111101110110001111010010100001111100100111101101011110 | d8f4a1f27dd8f4a1f27b5e |
UTF-8 | 懿£}懿£{^ | 111001101000011110111111111011111011111110100001011111011110011010000111101111111110111110111111101000010111101101011110 | e687bfefbfa17de687bfefbfa17b5e |
UHC | 懿£}懿£{^ | 1110101111110011101000011100110001111101111010111111001110100001110011000111101101011110 | ebf3a1cc7debf3a1cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)