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 | ð¹Þå» | 1111000010111001110111101110010110111011 | f0b9dee5bb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ð?Þå? | 1000111110101001110000110011111110001111101010011011000010001111101010111010100100111111 | 8fa9c33f8fa9b08faba93f |
UTF-8 | ð¹Þå» | 11000011101100001100001010111001110000111001111011000011101001011100001010111011 | c3b0c2b9c39ec3a5c2bb |
UHC | ð¹Þ?? | 1010100110100011101010011111011010101000101011010011111100111111 | a9a3a9f6a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)