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 | 讌捺洳 | 111001101010010110010011111001101001111110101100 | e6a593e69fac |
EUC-JP | 讌捺洳 | 111011001010011111000110111010001101111010101110 | eca7c6e8deae |
UTF-8 | 讌捺洳 | 111010001010111010001100111001101000110110111010111001101011010010110011 | e8ae8ce68dbae6b4b3 |
UHC | ?捺? | 00111111110100011111010000111111 | 3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)