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 | ?┝釜?諶 | 0011111110000100101110101000101010011000001111111111101110101010 | 3f84ba8a983ffbaa |
EUC-JP | ?┝釜?諶 | 001111111010100010111100101100111111100000111111100011111101111010110101 | 3fa8bcb3f83f8fdeb5 |
UTF-8 | 뤶┝釜퐦諶 | 111010111010010010110110111000101001010010011101111010011000011110011100111011011001000010100110111010001010101110110110 | eba4b6e2949de9879ced90a6e8abb6 |
UHC | 뤶┝釜퐦諶 | 10001111111001001010011010111100110111011011110010111101100011111110010010100110 | 8fe4a6bcddbcbd8fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)