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 | þ½DW | 1001000111111110100100011011110110010010010001001001001001010111 | 91fe91bd92449257 |
SJIS-WIN | ?????D?W | 0011111100111111001111110011111100111111010001000011111101010111 | 3f3f3f3f3f443f57 |
EUC-JP | ?þ???D?W | 00111111100011111010100111010000001111110011111100111111010001000011111101010111 | 3f8fa9d03f3f3f443f57 |
UTF-8 | þ½DW | 1100001010010001110000111011111011000010100100011100001010111101110000101001001001000100110000101001001001010111 | c291c3bec291c2bdc29244c29257 |
UHC | ?þ?½?D?W | 00111111101010011010110100111111101010001111011000111111010001000011111101010111 | 3fa9ad3fa8f63f443f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)