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 | 纓櫛験 | 111000111001011110001011111110011000110010110001 | e3978bf98cb1 |
EUC-JP | 纓櫛験 | 111001011111011110110110111110111011100010110011 | e5f7b6fbb8b3 |
UTF-8 | 纓櫛験 | 111001111011101010010011111001101010101110011011111010011010100010010011 | e7ba93e6ab9be9a893 |
UHC | 纓櫛? | 1110011111000101111100011110111000111111 | e7c5f1ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)