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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 喇絲恚 | 100110100110100011100011010011101001110010001011 | 9a68e34e9c8b |
EUC-JP | 喇絲恚 | 110100111100100111100101101011111101011111101011 | d3c9e5afd7eb |
UTF-8 | 喇絲恚 | 111001011001011010000111111001111011010110110010111001101000000110011010 | e59687e7b5b2e6819a |
UHC | 喇絲? | 1101010011111010110111101110101000111111 | d4fadeea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)