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 | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
SJIS-WIN | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
EUC-JP | ????I | 0011111100111111001111110011111101001001 | 3f3f3f3f49 |
UTF-8 | 혧횧횏첬I | 11101101100110001010011111101101100110101010011111101101100110101000111111101100101100101010110001001001 | ed98a7ed9aa7ed9a8fecb2ac49 |
UHC | 혧횧횏첬I | 110000101000111111000011100111101100001110001011110000111011101001001001 | c28fc39ec38bc3ba49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)