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 | 幄棊}幄棊{^ | 1001101111101000100111101001011101111101100110111110100010011110100101110111101101011110 | 9be89e977d9be89e977b5e |
EUC-JP | 幄棊}幄棊{^ | 1101011011101010110110111111011101111101110101101110101011011011111101110111101101011110 | d6eadbf77dd6eadbf77b5e |
UTF-8 | 幄棊}幄棊{^ | 111001011011100110000100111001101010001110001010011111011110010110111001100001001110011010100011100010100111101101011110 | e5b984e6a38a7de5b984e6a38a7b5e |
UHC | 幄?}幄?{^ | 111001001100000100111111011111011110010011000001001111110111101101011110 | e4c13f7de4c13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)