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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竺射璽鈼 | 1000111010110001100011101100101110001110101000111111101111000110 | 8eb18ecb8ea3fbc6 |
EUC-JP | 竺射璽鈼 | 101111001011001110111100110011011011110010100101100011111110001111010110 | bcb3bccdbca58fe3d6 |
UTF-8 | 竺射璽鈼 | 111001111010101110111010111001011011000010000100111001111001001010111101111010011000100010111100 | e7abbae5b084e792bde988bc |
UHC | 竺射璽? | 11110101111001111101111011010010110111111101111000111111 | f5e7ded2dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)