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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 偲竺偲璽Q] | 10001110110000111000111010110001100011101100001110001110101000110101000101011101 | 8ec38eb18ec38ea3515d |
EUC-JP | 偲竺偲璽Q] | 10111100110001011011110010110011101111001100010110111100101001010101000101011101 | bcc5bcb3bcc5bca5515d |
UTF-8 | 偲竺偲璽Q] | 1110010110000001101100101110011110101011101110101110010110000001101100101110011110010010101111010101000101011101 | e581b2e7abbae581b2e792bd515d |
UHC | ?竺?璽Q] | 0011111111110101111001110011111111011111110111100101000101011101 | 3ff5e73fdfde515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)