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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 炅漆 | 11111011010100011000111010111101 | fb518ebd |
EUC-JP | 炅漆 | 1000111111001001110010101011110010111111 | 8fc9cabcbf |
UTF-8 | 炅漆 | 111001111000001010000101111001101011110010000110 | e78285e6bc86 |
UHC | 炅漆 | 11001100110111011111011011010100 | ccddf6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)