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 | 棕?氷揄 | 10011110101000010011111110010101010110001001110110001001 | 9ea13f95589d89 |
EUC-JP | 棕?氷揄 | 11011100101000110011111111001001101110011101100111101001 | dca33fc9b9d9e9 |
UTF-8 | 棕흔氷揄 | 111001101010001110010101111011011001110110010100111001101011000010110111111001101000111110000100 | e6a395ed9d94e6b0b7e68f84 |
UHC | 棕흔氷揄 | 1111000011110111110010001110011111011110101111001110101011110001 | f0f7c8e7debceaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)