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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | ?脹???鬼t | 001111111001001010101111001111110011111100111111100010110101001101110100 | 3f92af3f3f3f8b5374 |
EUC-JP | ?脹???鬼t | 001111111100010010110001001111110011111100111111101101011011010001110100 | 3fc4b13f3f3fb5b474 |
UTF-8 | 뤋脹쮲샘찍鬼t | 11101011101001001000101111101000100001001011100111101100101011101011001011101100100000111001100011101100101100001000110111101001101011001011110001110100 | eba48be884b9ecaeb2ec8398ecb08de9acbc74 |
UHC | 뤋脹쮲샘찍鬼t | 10001111101110111111001111101100101010001000111110111011111110011100001011101111110100001010000101110100 | 8fbbf3eca88fbbf9c2efd0a174 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)