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 | 幸?云? | 100011010100101100111111100010010101110100111111 | 8d4b3f895d3f |
EUC-JP | 幸?云? | 101110011010110000111111101100011011111000111111 | b9ac3fb1be3f |
UTF-8 | 幸렔云낍 | 111001011011100110111000111010111010000010010100111001001011101010010001111010111000001010001101 | e5b9b8eba094e4ba91eb828d |
UHC | 幸렔云낍 | 1111101010111001100011101010100111101001111101101011001110100111 | fab98ea9e9f6b3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)