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 | 纓櫛厳 | 111000111001011110001011111110011000110010110101 | e3978bf98cb5 |
EUC-JP | 纓櫛厳 | 111001011111011110110110111110111011100010110111 | e5f7b6fbb8b7 |
UTF-8 | 纓櫛厳 | 111001111011101010010011111001101010101110011011111001011000111010110011 | e7ba93e6ab9be58eb3 |
UHC | 纓櫛? | 1110011111000101111100011110111000111111 | e7c5f1ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)