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 | 001111110011111101111010 | 3f3f7a |
SJIS-WIN | 謝衷z | 1000111011010011100100101000111101111010 | 8ed3928f7a |
EUC-JP | 謝衷z | 1011110011010101110000111110111101111010 | bcd5c3ef7a |
UTF-8 | 謝衷z | 11101000101011001001110111101000101000011011011101111010 | e8ac9de8a1b77a |
UHC | 謝衷z | 1101111011110011111101011111101101111010 | def3f5fb7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)