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 | 蔕翫絵李扈 | 11100100111101101000101011100011100010100100011110010111100110111110011110111011 | e4f68ae38a47979be7bb |
EUC-JP | 蔕翫絵李扈 | 11101000111110001011010011100101101100111010100011001101111110111110111010111101 | e8f8b4e5b3a8cdfbeebd |
UTF-8 | 蔕翫絵李扈 | 111010001001010010010101111001111011111110101011111001111011010110110101111001101001110110001110111001101000100110001000 | e89495e7bfabe7b5b5e69d8ee68988 |
UHC | ?翫?李扈 | 0011111111101000110100010011111111010111110111011111101111000011 | 3fe8d13fd7ddfbc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)