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 | 顰懷続釿 | 1110100011111100100111001110010110010001101100011110011111100001 | e8fc9ce591b1e7e1 |
EUC-JP | 顰懷続釿 | 1111000011111110110110001110011111000010101100111110111011100011 | f0fed8e7c2b3eee3 |
UTF-8 | 顰懷続釿 | 111010011010000110110000111001101000011110110111111001111011011010011010111010011000011110111111 | e9a1b0e687b7e7b69ae987bf |
UHC | ?懷?? | 0011111111111100111000110011111100111111 | 3ffce33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)