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 | ???A??? | 00111111001111110011111101000001001111110011111100111111 | 3f3f3f413f3f3f |
SJIS-WIN | 葉??A軟?? | 100101110111010000111111001111110100000110010011111011100011111100111111 | 97743f3f4193ee3f3f |
EUC-JP | 葉??A軟?? | 110011011101010100111111001111110100000111000110111100000011111100111111 | cdd53f3f41c6f03f3f |
UTF-8 | 葉띕젺A軟쒕젍 | 11101000100100011000100111101011100111011001010111101100101000001011101001000001111010001011101110011111111011001001001010010101111011001010000010001101 | e89189eb9d95eca0ba41e8bb9fec9295eca08d |
UHC | 葉띕젺A軟쒕젍 | 11100111101010001011011011101011101000001010110101000001111001101110001110011100111010111010000010001110 | e7a8b6eba0ad41e6e39ceba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)