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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ?脹??脹?\ | 001111111001001010101111001111110011111110010010101011110011111101011100 | 3f92af3f3f92af3f5c |
EUC-JP | ?脹??脹?\ | 001111111100010010110001001111110011111111000100101100010011111101011100 | 3fc4b13f3fc4b13f5c |
UTF-8 | 뤋脹캯뤋脹쿍\ | 11101011101001001000101111101000100001001011100111101100101110101010111111101011101001001000101111101000100001001011100111101100101111111000110101011100 | eba48be884b9ecbaafeba48be884b9ecbf8d5c |
UHC | 뤋脹캯뤋脹쿍\ | 10001111101110111111001111101100101100000100111110001111101110111111001111101100101100110100001001011100 | 8fbbf3ecb04f8fbbf3ecb3425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)