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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 謝嫉邪瞎BF | 10001110110100111000111010111001100011101101011111100001110100000100001001000110 | 8ed38eb98ed7e1d04246 |
EUC-JP | 謝嫉邪瞎BF | 10111100110101011011110010111011101111001101100111100010110100100100001001000110 | bcd5bcbbbcd9e2d24246 |
UTF-8 | 謝嫉邪瞎BF | 1110100010101100100111011110010110101011100010011110100110000010101010101110011110011110100011100100001001000110 | e8ac9de5ab89e982aae79e8e4246 |
UHC | 謝嫉邪?BF | 110111101111001111110010111011001101111011110111001111110100001001000110 | def3f2ecdef73f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)