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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 枝篩???^ | 1000111001111101111000101011111100111111001111110011111101011110 | 8e7de2bf3f3f3f5e |
EUC-JP | 枝篩???^ | 1011101111011110111001001100000100111111001111110011111101011110 | bbdee4c13f3f3f5e |
UTF-8 | 枝篩ㄱ裡렎^ | 11100110100111101001110111100111101011111010100111100011100001001011000111101111101001111010100011101011101000001000111001011110 | e69e9de7afa9e384b1efa7a8eba08e5e |
UHC | 枝篩ㄱ裡렎^ | 1111001010101011110111101110100010100100101000011110110011000001100011101010010001011110 | f2abdee8a4a1ecc18ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)