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 | 昇荵}昇荵{^ | 1000111110111000111001001011100101111101100011111011100011100100101110010111101101011110 | 8fb8e4b97d8fb8e4b97b5e |
EUC-JP | 昇荵}昇荵{^ | 1011111010111010111010001011101101111101101111101011101011101000101110110111101101011110 | bebae8bb7dbebae8bb7b5e |
UTF-8 | 昇荵}昇荵{^ | 111001101001100010000111111010001000110110110101011111011110011010011000100001111110100010001101101101010111101101011110 | e69887e88db57de69887e88db57b5e |
UHC | 昇?}昇?{^ | 111000111011000000111111011111011110001110110000001111110111101101011110 | e3b03f7de3b03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)