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 | 裔啗}裔啗{^ | 1110010111100001100110100101011101111101111001011110000110011010010101110111101101011110 | e5e19a577de5e19a577b5e |
EUC-JP | 裔啗}裔啗{^ | 1110101011100011110100111011100001111101111010101110001111010011101110000111101101011110 | eae3d3b87deae3d3b87b5e |
UTF-8 | 裔啗}裔啗{^ | 111010001010001110010100111001011001010110010111011111011110100010100011100101001110010110010101100101110111101101011110 | e8a394e595977de8a394e595977b5e |
UHC | 裔?}裔?{^ | 111001111110000000111111011111011110011111100000001111110111101101011110 | e7e03f7de7e03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)