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 | 邨乗サ鷹傑 | 111001111011010110001111111001101011101110010001111010011000110010000110 | e7b58fe6bb91e98c86 |
EUC-JP | 邨乗サ鷹傑 | 11101110101101111011111011101000100011101011101111000010111010111011011111100110 | eeb7bee88ebbc2ebb7e6 |
UTF-8 | 邨乗サ鷹傑 | 111010011000001010101000111001001011100110010111111011111011110110111011111010011011011110111001111001011000001010010001 | e982a8e4b997efbdbbe9b7b9e58291 |
UHC | 邨??鷹傑 | 1111010110111110001111110011111111101011111011011100101111111000 | f5be3f3febedcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)