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 | ?l?陰 | 001111111000001010001100001111111000100101000001 | 3f828c3f8941 |
EUC-JP | ?l?陰 | 001111111010001111101100001111111011000110100010 | 3fa3ec3fb1a2 |
UTF-8 | 若l꽠陰 | 111011111010010110110100111011111011110110001100111010101011110110100000111010011001100110110000 | efa5b4efbd8ceabda0e999b0 |
UHC | 若l꽠陰 | 1110010110101110101000111110110010000100101011011110101111100100 | e5aea3ec84adebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)