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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 航??肯?? | 1000110101110001001111110011111110001101011011010011111100111111 | 8d713f3f8d6d3f3f |
EUC-JP | 航??肯?? | 1011100111010010001111110011111110111001110011100011111100111111 | b9d23f3fb9ce3f3f |
UTF-8 | 航띌렕肯렓累 | 111010001000100010101010111010111001110110001100111010111010000010010101111010001000001010101111111010111010000010010011111011111010010110001111 | e888aaeb9d8ceba095e882afeba093efa58f |
UHC | 航띌렕肯렓累 | 111110011111111010110110111010011000111010101010110100001110100110001110101010001101001011101001 | f9feb6e98eaad0e98ea8d2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)