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 | 髏泌綾笏秘 | 11101001100100001001010011100101100010001011101111100010100101001001010011101001 | e99094e588bbe29494e9 |
EUC-JP | 髏泌綾笏秘 | 11110001111100001100100011100111101100001011110111100011111101001100100011101011 | f1f0c8e7b0bde3f4c8eb |
UTF-8 | 髏泌綾笏秘 | 111010011010101110001111111001101011001110001100111001111011011010111110111001111010110010001111111001111010011110011000 | e9ab8fe6b38ce7b6bee7ac8fe7a798 |
UHC | ?泌綾笏秘 | 001111111111100110110010110101111101001111111011111011101101110111111010 | 3ff9b2d7d3fbeeddfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)