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 | 豈れ鴬豈 | 1110011010101111100000101110101010001001101001111110011010101111 | e6af82ea89a7e6af |
EUC-JP | 豈れ鴬豈 | 1110110010110001101001001110110010110010101010011110110010110001 | ecb1a4ecb2a9ecb1 |
UTF-8 | 豈れ鴬豈 | 111010001011000110001000111000111000001010001100111010011011010010101100111010001011000110001000 | e8b188e3828ce9b4ace8b188 |
UHC | 豈れ?豈 | 11010001110000101010101011101100001111111101000111000010 | d1c2aaec3fd1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)