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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐峯牝 | 100010001011011110010101111101011001011011000100 | 88b795f596c4 |
EUC-JP | 姐峯牝 | 101100001011100111001010111101111100110011000110 | b0b9caf7ccc6 |
UTF-8 | 姐峯牝 | 111001011010011110010000111001011011001110101111111001111000100110011101 | e5a790e5b3afe7899d |
UHC | 姐峯牝 | 111011101011101111011100111001111101111010110110 | eebbdce7deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)