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 | ¼DM«^ | 100100011011110010010010010001001001001001001101100100011010101101011110 | 91bc9244924d91ab5e |
SJIS-WIN | ???D?M??^ | 001111110011111100111111010001000011111101001101001111110011111101011110 | 3f3f3f443f4d3f3f5e |
EUC-JP | ???D?M??^ | 001111110011111100111111010001000011111101001101001111110011111101011110 | 3f3f3f443f4d3f3f5e |
UTF-8 | ¼DM«^ | 110000101001000111000010101111001100001010010010010001001100001010010010010011011100001010010001110000101010101101011110 | c291c2bcc29244c2924dc291c2ab5e |
UHC | ?¼?D?M??^ | 00111111101010001111100100111111010001000011111101001101001111110011111101011110 | 3fa8f93f443f4d3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)