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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 績???漬? | 1001000011010001001111110011111100111111100100101101000000111111 | 90d13f3f3f92d03f |
EUC-JP | 績???漬? | 1100000011010011001111110011111100111111110001001101001000111111 | c0d33f3f3fc4d23f |
UTF-8 | 績쿰렰렕漬렠 | 111001111011100010111110111011001011111110110000111010111010000010110000111010111010000010010101111001101011110010101100111010111010000010100000 | e7b8beecbfb0eba0b0eba095e6bcaceba0a0 |
UHC | 績쿰렰렕漬렠 | 111011101110000011000100111100011000111010111101100011101010101011110010101100001000111010110001 | eee0c4f18ebd8eaaf2b08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)