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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | ?脹?W | 0011111110010010101011110011111101010111 | 3f92af3f57 |
EUC-JP | ?脹?W | 0011111111000100101100010011111101010111 | 3fc4b13f57 |
UTF-8 | 뤋脹찪W | 11101011101001001000101111101000100001001011100111101100101100001010101001010111 | eba48be884b9ecb0aa57 |
UHC | 뤋脹찪W | 10001111101110111111001111101100101010100100001101010111 | 8fbbf3ecaa4357 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)