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 | 論漠}論漠{^ | 1001100001011111100101001001100101111101100110000101111110010100100110010111101101011110 | 985f94997d985f94997b5e |
EUC-JP | 論漠}論漠{^ | 1100111111000000110001111111100101111101110011111100000011000111111110010111101101011110 | cfc0c7f97dcfc0c7f97b5e |
UTF-8 | 論漠}論漠{^ | 111010001010101110010110111001101011110010100000011111011110100010101011100101101110011010111100101000000111101101011110 | e8ab96e6bca07de8ab96e6bca07b5e |
UHC | 論漠}論漠{^ | 1101011011100101110110001010111001111101110101101110010111011000101011100111101101011110 | d6e5d8ae7dd6e5d8ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)