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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 猥??涅? | 11100000110011100011111100111111100111111011100000111111 | e0ce3f3f9fb83f |
EUC-JP | 猥??涅? | 11100000110100000011111100111111110111101011101000111111 | e0d03f3fdeba3f |
UTF-8 | 猥덂괌涅꿰 | 111001111000110010100101111010111000110110000010111010101011010010001100111001101011011010000101111010101011111110110000 | e78ca5eb8d82eab48ce6b685eabfb0 |
UHC | 猥덂괌涅꿰 | 11101000111001011000100011100101101100011010000111100110111011101011001011100111 | e8e588e5b1a1e6eeb2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)