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 | 瞳泯? | 1001001110110101100111111010000100111111 | 93b59fa13f |
EUC-JP | 瞳泯? | 1100011010110111110111101010001100111111 | c6b7dea33f |
UTF-8 | 瞳泯쌔 | 111001111001111010110011111001101011001110101111111011001000110010010100 | e79eb3e6b3afec8c94 |
UHC | 瞳泯쌔 | 110101001101101011011010110001101011110111011000 | d4dadac6bdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)