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 | 錮「蠅鍋 | 11100111111111001010001011100101101000101001001111100111 | e7fca2e5a293e7 |
EUC-JP | 錮「蠅鍋 | 1110111011111110100011101010001011101010101001001100011011101001 | eefe8ea2eaa4c6e9 |
UTF-8 | 錮「蠅鍋 | 111010011000110010101110111011111011110110100010111010001010000010000101111010011000110110001011 | e98caeefbda2e8a085e98d8b |
UHC | 錮?蠅鍋 | 11001101110100010011111111100011101100101100111010100111 | cdd13fe3b2cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)