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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
EUC-JP | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
UTF-8 | 뤗체퉷형셈\ | 11101011101001001001011111101100101100101011010011101101100010011011011111101101100110001001010111101100100001011000100001011100 | eba497ecb2b4ed89b7ed9895ec85885c |
UHC | 뤗체퉷형셈\ | 1000111111000111110000111011110010111001100011111100011111111100101111001100000001011100 | 8fc7c3bcb98fc7fcbcc05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)