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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂幄ョ鍋雎 | 1110010110100101100110111110100010101110100100111110011111110001100001101110100010110001 | e5a59be8ae93e7f186e8b1 |
EUC-JP | 螂幄ョ鍋?雎 | 1110101010100111110101101110101010001110101011101100011011101001001111111111000010110011 | eaa7d6ea8eaec6e93ff0b3 |
UTF-8 | 螂幄ョ鍋雎 | 111010001001111010000010111001011011100110000100111011111011110110101110111010011000110110001011111011101000010010000001111010011001101110001110 | e89e82e5b984efbdaee98d8bee8481e99b8e |
UHC | 螂幄?鍋?雎 | 11010101110011001110010011000001001111111100111010100111001111111110111011010001 | d5cce4c13fcea73feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)