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 | ûZÄéÕ | 1111101101011010110001001110100111010101 | fb5ac4e9d5 |
SJIS-WIN | ?Z??? | 0011111101011010001111110011111100111111 | 3f5a3f3f3f |
EUC-JP | ûZÄéÕ | 10001111101010111110010101011010100011111010101010100011100011111010101110110001100011111010101011011000 | 8fabe55a8faaa38fabb18faad8 |
UTF-8 | ûZÄéÕ | 110000111011101101011010110000111000010011000011101010011100001110010101 | c3bb5ac384c3a9c395 |
UHC | ?Z??? | 0011111101011010001111110011111100111111 | 3f5a3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)