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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠎母ケ鷺 | 11100101101110101001010111101010101110011000110111101011 | e5ba95eab98deb |
EUC-JP | 蠎母ケ鷺 | 1110101010111100110010101110110010001110101110011011101011101101 | eabccaec8eb9baed |
UTF-8 | 蠎母ケ鷺 | 111010001010000010001110111001101010111110001101111011111011110110111001111010011011011110111010 | e8a08ee6af8defbdb9e9b7ba |
UHC | ?母?鷺 | 001111111101100110111101001111111101011011011100 | 3fd9bd3fd6dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)