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 | ?????德? | 0011111100111111001111110011111100111111111110101011101000111111 | 3f3f3f3f3ffaba3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 쑹렶렊롘뤦德쳩 | 111011001001000110111001111010111010000010110110111010111010000010001010111010111010000110011000111010111010010010100110111001011011111010110111111011001011001110101001 | ec91b9eba0b6eba08aeba198eba4a6e5beb7ecb3a9 |
UHC | 쑹렶렊롘뤦德쳩 | 1011111010101011100011101100000110001110101000011000111011011100100011111101010011010011111011001010101110001110 | beab8ec18ea18edc8fd4d3ecab8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)