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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 竺捨偲耳^ | 100011101011000110001110110011001000111011000011100011101010100001011110 | 8eb18ecc8ec38ea85e |
EUC-JP | 竺捨偲耳^ | 101111001011001110111100110011101011110011000101101111001010101001011110 | bcb3bccebcc5bcaa5e |
UTF-8 | 竺捨偲耳^ | 11100111101010111011101011100110100011011010100011100101100000011011001011101000100000001011001101011110 | e7abbae68da8e581b2e880b35e |
UHC | 竺捨?耳^ | 1111010111100111110111101101011100111111111011001011110001011110 | f5e7ded73fecbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)