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 | C]²H» | 10010010010000111001001001011101100100011011001010010010010010001001000110111011 | 9243925d91b2924891bb |
SJIS-WIN | ?C?]???H?? | 00111111010000110011111101011101001111110011111100111111010010000011111100111111 | 3f433f5d3f3f3f483f3f |
EUC-JP | ?C?]???H?? | 00111111010000110011111101011101001111110011111100111111010010000011111100111111 | 3f433f5d3f3f3f483f3f |
UTF-8 | C]²H» | 1100001010010010010000111100001010010010010111011100001010010001110000101011001011000010100100100100100011000010100100011100001010111011 | c29243c2925dc291c2b2c29248c291c2bb |
UHC | ?C?]?²?H?? | 0011111101000011001111110101110100111111101010011111011100111111010010000011111100111111 | 3f433f5d3fa9f73f483f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)