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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 涎??h | 1001111110110101001111110011111101101000 | 9fb53f3f68 |
EUC-JP | 涎??h | 1101111010110111001111110011111101101000 | deb73f3f68 |
UTF-8 | 涎쏁옶h | 11100110101101101000111011101100100011111000000111101100100110001011011001101000 | e6b68eec8f81ec98b668 |
UHC | 涎쏁옶h | 11100110110011101001101111100111100111101010111001101000 | e6ce9be79eae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)