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 | ?????贄? | 0011111100111111001111110011111100111111111001101101000100111111 | 3f3f3f3f3fe6d13f |
EUC-JP | ?????贄? | 0011111100111111001111110011111100111111111011001101001100111111 | 3f3f3f3f3fecd33f |
UTF-8 | 얍롎렯렜얍贄렟 | 111011001001011010001101111010111010000110001110111010111010000010101111111010111010000010011100111011001001011010001101111010001011010010000100111010111010000010011111 | ec968deba18eeba0afeba09cec968de8b484eba09f |
UHC | 얍롎렯렜얍贄렟 | 1011111011100101100011101101010010001110101111001000111010101110101111101110010111110010101111101000111010110000 | bee58ed48ebc8eaebee5f2be8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)