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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 上钁W}上钁W{^ | 10001111111000111110100001110110010101110111110110001111111000111110100001110110010101110111101101011110 | 8fe3e876577d8fe3e876577b5e |
EUC-JP | 上钁W}上钁W{^ | 10111110111001011110111111010111010101110111110110111110111001011110111111010111010101110111101101011110 | bee5efd7577dbee5efd7577b5e |
UTF-8 | 上钁W}上钁W{^ | 1110010010111000100010101110100110010010100000010101011101111101111001001011100010001010111010011001001010000001010101110111101101011110 | e4b88ae99281577de4b88ae99281577b5e |
UHC | 上?W}上?W{^ | 1101111110111110001111110101011101111101110111111011111000111111010101110111101101011110 | dfbe3f577ddfbe3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)