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 | D»Z | 10010010010001001001000110111011100100011001111101011010 | 924491bb919f5a |
SJIS-WIN | ?D????Z | 00111111010001000011111100111111001111110011111101011010 | 3f443f3f3f3f5a |
EUC-JP | ?D????Z | 00111111010001000011111100111111001111110011111101011010 | 3f443f3f3f3f5a |
UTF-8 | D»Z | 110000101001001001000100110000101001000111000010101110111100001010010001110000101001111101011010 | c29244c291c2bbc291c29f5a |
UHC | ?D????Z | 00111111010001000011111100111111001111110011111101011010 | 3f443f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)