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 | 五?}五?{^ | 100011001101110000111111011111011000110011011100001111110111101101011110 | 8cdc3f7d8cdc3f7b5e |
EUC-JP | 五?}五?{^ | 101110001101111000111111011111011011100011011110001111110111101101011110 | b8de3f7db8de3f7b5e |
UTF-8 | 五롊}五롊{^ | 111001001011101010010100111010111010000110001010011111011110010010111010100101001110101110100001100010100111101101011110 | e4ba94eba18a7de4ba94eba18a7b5e |
UHC | 五롊}五롊{^ | 1110011111101001100011101101000001111101111001111110100110001110110100000111101101011110 | e7e98ed07de7e98ed07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)