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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???軟? | 001111110011111100111111100100111110111000111111 | 3f3f3f93ee3f |
EUC-JP | ???軟? | 001111110011111100111111110001101111000000111111 | 3f3f3fc6f03f |
UTF-8 | 轢녽쳹軟췇 | 111011111010011010001101111010111000010110111101111011001011001110111001111010001011101110011111111011001011011110000111 | efa68deb85bdecb3b9e8bb9fecb787 |
UHC | 轢녽쳹軟췇 | 11100110101111001000011011101001101010111001110011100110111000111010111001000010 | e6bc86e9ab9ce6e3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)