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 | 霓憺ァ | 1110100010111101100111001110100110100111 | e8bd9ce9a7 |
EUC-JP | 霓憺ァ | 111100001011111111011000111010111000111010100111 | f0bfd8eb8ea7 |
UTF-8 | 霓憺ァ | 111010011001110010010011111001101000011010111010111011111011110110100111 | e99c93e686baefbda7 |
UHC | 霓憺? | 1110011111100111110100111011110000111111 | e7e7d3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)