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 | 嵭漆 | 11111010101100111000111010111101 | fab38ebd |
EUC-JP | 嵭漆 | 1000111110111011110111101011110010111111 | 8fbbdebcbf |
UTF-8 | 嵭漆 | 111001011011010110101101111001101011110010000110 | e5b5ade6bc86 |
UHC | ?漆 | 001111111111011011010100 | 3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)