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 | 辱??翁? | 10010000010010100011111100111111100010011010010100111111 | 904a3f3f89a53f |
EUC-JP | 辱??翁? | 10111111101010110011111100111111101100101010011100111111 | bfab3f3fb2a73f |
UTF-8 | 辱껆뿖翁둉 | 111010001011111010110001111010101011101110000110111010111011111110010110111001111011111110000001111010111001000110001001 | e8beb1eabb86ebbf96e7bf81eb9189 |
UHC | 辱껆뿖翁둉 | 11101001101101001000001111100111100101111001100111101000101110101000101001000101 | e9b483e79799e8ba8a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)