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 | 苳?穴 | 1110010010010100001111111000110010001010 | e4943f8c8a |
EUC-JP | 苳鬳穴 | 11100111111101001000111111101010101100111011011111101010 | e7f48feab3b7ea |
UTF-8 | 苳鬳穴 | 111010001000101110110011111010011010110010110011111001111010100110110100 | e88bb3e9acb3e7a9b4 |
UHC | ??穴 | 00111111001111111111101011101011 | 3f3ffaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)