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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???德?權? | 001111110011111100111111111110101011101000111111100111101101110000111111 | 3f3f3ffaba3f9edc3f |
EUC-JP | ?????權? | 0011111100111111001111110011111100111111110111001101111000111111 | 3f3f3f3f3fdcde3f |
UTF-8 | 쒔롉뤦德쳩權얌 | 111011001001001010010100111010111010000110001001111010111010010010100110111001011011111010110111111011001011001110101001111001101010110010001010111011001001011010001100 | ec9294eba189eba4a6e5beb7ecb3a9e6ac8aec968c |
UHC | 쒔롉뤦德쳩權얌 | 1011111010101101100011101100111110001111110101001101001111101100101010111000111011001111111011011011111011100100 | bead8ecf8fd4d3ecab8ecfedbee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)