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 | 陋ケ諤ォ | 111010001001101110111001111001101000000010101011 | e89bb9e680ab |
EUC-JP | 陋ケ諤ォ | 1110111111111011100011101011100111101011111000001000111010101011 | effb8eb9ebe08eab |
UTF-8 | 陋ケ諤ォ | 111010011001100110001011111011111011110110111001111010001010101110100100111011111011110110101011 | e9998befbdb9e8aba4efbdab |
UHC | 陋??? | 1101011110110000001111110011111100111111 | d7b03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)