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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 娃??泣?{d | 100010001010000100111111001111111000101110000011001111110111101101100100 | 88a13f3f8b833f7b64 |
EUC-JP | 娃??泣?{d | 101100001010001100111111001111111011010111100011001111110111101101100100 | b0a33f3fb5e33f7b64 |
UTF-8 | 娃숇쨪泣늭{d | 1110010110101000100000111110110010001000100001111110110010101000101010101110011010110011101000111110101110001010101011010111101101100100 | e5a883ec8887eca8aae6b3a3eb8aad7b64 |
UHC | 娃숇쨪泣늭{d | 111010001101111110011001111010111010010010000100111010111110100010001000011100100111101101100100 | e8df99eba484ebe888727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)