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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?庸? | 00111111100101110110011000111111 | 3f97663f |
EUC-JP | ?庸? | 00111111110011011100011100111111 | 3fcdc73f |
UTF-8 | 뤵庸깰 | 111010111010010010110101111001011011101010111000111010101011100110110000 | eba4b5e5bab8eab9b0 |
UHC | 뤵庸깰 | 100011111110001111101001101111001011000111111101 | 8fe3e9bcb1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)