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 | ???x{d | 001111110011111100111111011110000111101101100100 | 3f3f3f787b64 |
SJIS-WIN | 邪簪鴫x{d | 100011101101011111100010110011111000111010110000011110000111101101100100 | 8ed7e2cf8eb0787b64 |
EUC-JP | 邪簪鴫x{d | 101111001101100111100100110100011011110010110010011110000111101101100100 | bcd9e4d1bcb2787b64 |
UTF-8 | 邪簪鴫x{d | 111010011000001010101010111001111011000010101010111010011011010010101011011110000111101101100100 | e982aae7b0aae9b4ab787b64 |
UHC | 邪簪?x{d | 1101111011110111111011011101100000111111011110000111101101100100 | def7edd83f787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)