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 | 琮脈? | 1111101101101010100101101010110000111111 | fb6a96ac3f |
EUC-JP | 琮脈? | 100011111100110010110010110011001010111000111111 | 8fccb2ccae3f |
UTF-8 | 琮脈렰 | 111001111001000010101110111010001000010010001000111010111010000010110000 | e790aee88488eba0b0 |
UHC | 琮脈렰 | 111100001111100111011000111001101000111010111101 | f0f9d8e68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)