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 | 葫??繹 | 111001001101011100111111001111111110001110001000 | e4d73f3fe388 |
EUC-JP | 葫??繹 | 111010001101100100111111001111111110010111101000 | e8d93f3fe5e8 |
UTF-8 | 葫硏劣繹 | 111010001001000110101011111001111010000110001111111011111010011010011101111001111011100110111001 | e891abe7a18fefa69de7b9b9 |
UHC | 葫硏劣繹 | 1111101111011001111001101101101011100110111010111110011010111010 | fbd9e6dae6ebe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)