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 | 渉ク渉 | 10001111110000101011100010001111110000101111000001011100 | 8fc2b88fc2f05c |
EUC-JP | 渉ク渉? | 10111110110001001000111010111000101111101100010000111111 | bec48eb8bec43f |
UTF-8 | 渉ク渉 | 111001101011100010001001111011111011110110111000111001101011100010001001111011101000000010011100 | e6b889efbdb8e6b889ee809c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)