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 | コヨ湘 | 10111010110101101000111111000011 | bad68fc3 |
EUC-JP | コヨ湘 | 100011101011101010001110110101101011111011000101 | 8eba8ed6bec5 |
UTF-8 | コヨ湘 | 111011111011110110111010111011111011111010010110111001101011100110011000 | efbdbaefbe96e6b998 |
UHC | ??湘 | 00111111001111111101111111001111 | 3f3fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)