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 | 辱??慾 | 100100000100101000111111001111111001011101111100 | 904a3f3f977c |
EUC-JP | 辱??慾 | 101111111010101100111111001111111100110111011101 | bfab3f3fcddd |
UTF-8 | 辱껃툔慾 | 111010001011111010110001111010101011101110000011111011011000100010010100111001101000010110111110 | e8beb1eabb83ed8894e685be |
UHC | 辱껃툔慾 | 1110100110110100100000111110010110111000100010111110100110101111 | e9b483e5b88be9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)