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 | 襠鍋粟邏 | 1110010111111011100100111110011110001000101111101110011110110100 | e5fb93e788bee7b4 |
EUC-JP | 襠鍋粟邏 | 1110101011111101110001101110100110110000110000001110111010110110 | eafdc6e9b0c0eeb6 |
UTF-8 | 襠鍋粟邏 | 111010001010010110100000111010011000110110001011111001111011001010011111111010011000001010001111 | e8a5a0e98d8be7b29fe9828f |
UHC | ?鍋粟邏 | 00111111110011101010011111100001110110001101010110100100 | 3fcea7e1d8d5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)