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 | 潭燹}潭燹{^ | 1110000001001011111000001001111101111101111000000100101111100000100111110111101101011110 | e04be09f7de04be09f7b5e |
EUC-JP | 潭燹}潭燹{^ | 1101111110101100111000001010000101111101110111111010110011100000101000010111101101011110 | dface0a17ddface0a17b5e |
UTF-8 | 潭燹}潭燹{^ | 111001101011110110101101111001111000011110111001011111011110011010111101101011011110011110000111101110010111101101011110 | e6bdade787b97de6bdade787b97b5e |
UHC | 潭?}潭?{^ | 110100111100000100111111011111011101001111000001001111110111101101011110 | d3c13f7dd3c13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)