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 | ¼Å¼¤nc^ | 10111100110001011011110010100100011011100110001101011110 | bcc5bca46e635e |
SJIS-WIN | ????nc^ | 00111111001111110011111100111111011011100110001101011110 | 3f3f3f3f6e635e |
EUC-JP | ?Å?¤nc^ | 0011111110001111101010101010100100111111100011111010001011110000011011100110001101011110 | 3f8faaa93f8fa2f06e635e |
UTF-8 | ¼Å¼¤nc^ | 1100001010111100110000111000010111000010101111001100001010100100011011100110001101011110 | c2bcc385c2bcc2a46e635e |
UHC | ¼?¼¤nc^ | 10101000111110010011111110101000111110011010001010110100011011100110001101011110 | a8f93fa8f9a2b46e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)