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 | í²P[í²P[^ | 1110110110011000101100100101000001011011111011011001100010110010010100000101101101011110 | ed98b2505bed98b2505b5e |
SJIS-WIN | ???P[???P[^ | 0011111100111111001111110101000001011011001111110011111100111111010100000101101101011110 | 3f3f3f505b3f3f3f505b5e |
EUC-JP | í??P[í??P[^ | 100011111010101110111111001111110011111101010000010110111000111110101011101111110011111100111111010100000101101101011110 | 8fabbf3f3f505b8fabbf3f3f505b5e |
UTF-8 | í²P[í²P[^ | 1100001110101101110000101001100011000010101100100101000001011011110000111010110111000010100110001100001010110010010100000101101101011110 | c3adc298c2b2505bc3adc298c2b2505b5e |
UHC | ??²P[??²P[^ | 00111111001111111010100111110111010100000101101100111111001111111010100111110111010100000101101101011110 | 3f3fa9f7505b3f3fa9f7505b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)