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 | ?突惚東痲^ | 00111111100100111100101110001101100110111001001110001100111000011000010001011110 | 3f93cb8d9b938ce1845e |
EUC-JP | ?突惚東痲^ | 00111111110001101100110110111001111110111100010111101100111000011110010001011110 | 3fc6cdb9fbc5ece1e45e |
UTF-8 | 뤦突惚東痲^ | 11101011101001001010011011100111101010101000000111100110100000111001101011100110100111011011000111100111100101111011001001011110 | eba4a6e7aa81e6839ae69db1e797b25e |
UHC | 뤦突惚東痲^ | 1000111111010100110101001100110111111011111011011101010011010100110110001010011001011110 | 8fd4d4cdfbedd4d4d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)