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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつεつオ | 1100001110000010110000101000001111000011100000101100001010110101 | c382c283c382c2b5 |
EUC-JP | テつεつオ | 10001110110000111010010011000100101001101100010110100100110001001000111010110101 | 8ec3a4c4a6c5a4c48eb5 |
UTF-8 | テつεつオ | 1110111110111110100000111110001110000001101001001100111010110101111000111000000110100100111011111011110110110101 | efbe83e381a4ceb5e381a4efbdb5 |
UHC | ?つεつ? | 0011111110101010110001001010010111100101101010101100010000111111 | 3faac4a5e5aac43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)