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 | シル蔗 | 101111001101100111100100111100101111000011100110 | bcd9e4f2f0e6 |
EUC-JP | シル蔗? | 10001110101111001000111011011001111010001111010000111111 | 8ebc8ed9e8f43f |
UTF-8 | シル蔗 | 111011111011110110111100111011111011111010011001111010001001010010010111111011101000001010100101 | efbdbcefbe99e89497ee82a5 |
UHC | ??蔗? | 0011111100111111111011011011110100111111 | 3f3fedbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)