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 | 傳??愉 | 100110010100001000111111001111111001011011111001 | 99423f3f96f9 |
EUC-JP | 傳??愉 | 110100011010001100111111001111111100110011111011 | d1a33f3fccfb |
UTF-8 | 傳꿰료愉 | 111001011000001010110011111010101011111110110000111010111010001110001100111001101000010010001001 | e582b3eabfb0eba38ce68489 |
UHC | 傳꿰료愉 | 1110111011101110101100101110011110110111111000011110101011110000 | eeeeb2e7b7e1eaf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)