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 | 緖?煬 | 1111101110001110001111111110000010001100 | fb8e3fe08c |
EUC-JP | ??煬 | 00111111001111111101111111101100 | 3f3fdfec |
UTF-8 | 緖깕煬 | 111001111011011110010110111010101011100110010101111001111000010110101100 | e7b796eab995e785ac |
UHC | 緖깕煬 | 110111111111110110000011100011101110010111001001 | dffd838ee5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)