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 | ?筐}?筐{^ | 001111111110001010011110011111010011111111100010100111100111101101011110 | 3fe29e7d3fe29e7b5e |
EUC-JP | ?筐}?筐{^ | 001111111110001111111110011111010011111111100011111111100111101101011110 | 3fe3fe7d3fe3fe7b5e |
UTF-8 | 뤝筐}뤝筐{^ | 111010111010010010011101111001111010110110010000011111011110101110100100100111011110011110101101100100000111101101011110 | eba49de7ad907deba49de7ad907b5e |
UHC | 뤝筐}뤝筐{^ | 1000111111001100110011101100110001111101100011111100110011001110110011000111101101011110 | 8fcccecc7d8fcccecc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)