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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 旅}旅{^ | 10010111101101110111110110010111101101110111101101011110 | 97b77d97b77b5e |
EUC-JP | 旅}旅{^ | 11001110101110010111110111001110101110010111101101011110 | ceb97dceb97b5e |
UTF-8 | 旅}旅{^ | 111001101001011110000101011111011110011010010111100001010111101101011110 | e697857de697857b5e |
UHC | 旅}旅{^ | 11010101111010010111110111010101111010010111101101011110 | d5e97dd5e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)