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 | 湘甁}湘甁{^ | 1000111111000011111110110110111001111101100011111100001111111011011011100111101101011110 | 8fc3fb6e7d8fc3fb6e7b5e |
EUC-JP | 湘?}湘?{^ | 101111101100010100111111011111011011111011000101001111110111101101011110 | bec53f7dbec53f7b5e |
UTF-8 | 湘甁}湘甁{^ | 111001101011100110011000111001111001010010000001011111011110011010111001100110001110011110010100100000010111101101011110 | e6b998e794817de6b998e794817b5e |
UHC | 湘甁}湘甁{^ | 1101111111001111110111001011101001111101110111111100111111011100101110100111101101011110 | dfcfdcba7ddfcfdcba7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)