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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霓懷沺 | 111010001011110110011100111001011001111110011111 | e8bd9ce59f9f |
EUC-JP | 霓懷沺 | 111100001011111111011000111001111101111010100001 | f0bfd8e7dea1 |
UTF-8 | 霓懷沺 | 111010011001110010010011111001101000011110110111111001101011001010111010 | e99c93e687b7e6b2ba |
UHC | 霓懷? | 1110011111100111111111001110001100111111 | e7e7fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)