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 | 幗窘}幗窘{^ | 1001101111101100111000100111101001111101100110111110110011100010011110100111101101011110 | 9bece27a7d9bece27a7b5e |
EUC-JP | 幗窘}幗窘{^ | 1101011011101110111000111101101101111101110101101110111011100011110110110111101101011110 | d6eee3db7dd6eee3db7b5e |
UTF-8 | 幗窘}幗窘{^ | 111001011011100110010111111001111010101010011000011111011110010110111001100101111110011110101010100110000111101101011110 | e5b997e7aa987de5b997e7aa987b5e |
UHC | ?窘}?窘{^ | 001111111100111111010111011111010011111111001111110101110111101101011110 | 3fcfd77d3fcfd77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)