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 | 迪懆陪 | 111001111000110010011100111010001001010010000110 | e78c9ce89486 |
EUC-JP | 迪懆陪 | 111011011110110011011000111010101100011111100110 | edecd8eac7e6 |
UTF-8 | 迪懆陪 | 111010001011111110101010111001101000011110000110111010011001100110101010 | e8bfaae68786e999aa |
UHC | 迪?陪 | 1110111011101000001111111101101111010110 | eee83fdbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)