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 | è±Qè±Q^ | 111010001000010010110001010100011110100010000100101100010101000101011110 | e884b151e884b1515e |
SJIS-WIN | ??±Q??±Q^ | 0011111100111111100000010111110101010001001111110011111110000001011111010101000101011110 | 3f3f817d513f3f817d515e |
EUC-JP | è?±Qè?±Q^ | 100011111010101110110010001111111010000111011110010100011000111110101011101100100011111110100001110111100101000101011110 | 8fabb23fa1de518fabb23fa1de515e |
UTF-8 | è±Qè±Q^ | 110000111010100011000010100001001100001010110001010100011100001110101000110000101000010011000010101100010101000101011110 | c3a8c284c2b151c3a8c284c2b1515e |
UHC | ??±Q??±Q^ | 0011111100111111101000011011111001010001001111110011111110100001101111100101000101011110 | 3f3fa1be513f3fa1be515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)