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 | 謝杓漆 | 100011101101001110001110110110111000111010111101 | 8ed38edb8ebd |
EUC-JP | 謝杓漆 | 101111001101010110111100110111011011110010111111 | bcd5bcddbcbf |
UTF-8 | 謝杓漆 | 111010001010110010011101111001101001110110010011111001101011110010000110 | e8ac9de69d93e6bc86 |
UHC | 謝杓漆 | 110111101111001111111000111101011111011011010100 | def3f8f5f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)