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 | ?????德ム | 001111110011111100111111001111110011111111111010101110101000001110000000 | 3f3f3f3f3ffaba8380 |
EUC-JP | ??????ム | 0011111100111111001111110011111100111111001111111010010111100000 | 3f3f3f3f3f3fa5e0 |
UTF-8 | 쑹렶렊롚뤦德ム | 111011001001000110111001111010111010000010110110111010111010000010001010111010111010000110011010111010111010010010100110111001011011111010110111111000111000001110100000 | ec91b9eba0b6eba08aeba19aeba4a6e5beb7e383a0 |
UHC | 쑹렶렊롚뤦德ム | 1011111010101011100011101100000110001110101000011000111011011110100011111101010011010011111011001010101111100000 | beab8ec18ea18ede8fd4d3ecabe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)