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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?喇?革恒^ | 001111111001101001101000001111111000101001110110100011010101000001011110 | 3f9a683f8a768d505e |
EUC-JP | ?喇?革恒^ | 001111111101001111001001001111111011001111010111101110011011000101011110 | 3fd3c93fb3d7b9b15e |
UTF-8 | 뫄喇슱革恒^ | 11101011101010111000010011100101100101101000011111101100100010101011000111101001100111011010100111100110100000011001001001011110 | ebab84e59687ec8ab1e99da9e681925e |
UHC | 뫄喇슱革恒^ | 1011100011111010110101001111101010011010101110001111101011010100111110011111011001011110 | b8fad4fa9ab8fad4f9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)