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{^ | 10001111111000111110100001101110010101110111110110001111111000111110100001101110010101110111101101011110 | 8fe3e86e577d8fe3e86e577b5e |
EUC-JP | 上鈩W}上鈩W{^ | 10111110111001011110111111001111010101110111110110111110111001011110111111001111010101110111101101011110 | bee5efcf577dbee5efcf577b5e |
UTF-8 | 上鈩W}上鈩W{^ | 1110010010111000100010101110100110001000101010010101011101111101111001001011100010001010111010011000100010101001010101110111101101011110 | e4b88ae988a9577de4b88ae988a9577b5e |
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)