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 | ?莖?? | 0011111111100100101100010011111100111111 | 3fe4b13f3f |
EUC-JP | ?莖?? | 0011111111101000101100110011111100111111 | 3fe8b33f3f |
UTF-8 | 뤾莖깰렏 | 111010111010010010111110111010001000111010010110111010101011100110110000111010111010000010001111 | eba4bee88e96eab9b0eba08f |
UHC | 뤾莖깰렏 | 1000111111101010110011001110110010110001111111011000111010100101 | 8feaccecb1fd8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)