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 | ȱ¼»\ | 100011111100100010110001101111001011101101011100 | 8fc8b1bcbb5c |
SJIS-WIN | ??±??\ | 00111111001111111000000101111101001111110011111101011100 | 3f3f817d3f3f5c |
EUC-JP | ?ȱ??\ | 001111111000111110101010101100101010000111011110001111110011111101011100 | 3f8faab2a1de3f3f5c |
UTF-8 | ȱ¼»\ | 1100001010001111110000111000100011000010101100011100001010111100110000101011101101011100 | c28fc388c2b1c2bcc2bb5c |
UHC | ??±¼?\ | 0011111100111111101000011011111010101000111110010011111101011100 | 3f3fa1bea8f93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)