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 | 襠鍋鎗錏 | 1110010111111011100100111110011110010001100110011110011111111001 | e5fb93e79199e7f9 |
EUC-JP | 襠鍋鎗錏 | 1110101011111101110001101110100111000001111110011110111011111011 | eafdc6e9c1f9eefb |
UTF-8 | 襠鍋鎗錏 | 111010001010010110100000111010011000110110001011111010011000111010010111111010011000110010001111 | e8a5a0e98d8be98e97e98c8f |
UHC | ?鍋?? | 0011111111001110101001110011111100111111 | 3fcea73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)