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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 酌邪貲B | 10001110110111101000111011010111111001101100010101000010 | 8ede8ed7e6c542 |
EUC-JP | 酌邪貲B | 10111100111000001011110011011001111011001100011101000010 | bce0bcd9ecc742 |
UTF-8 | 酌邪貲B | 11101001100001011000110011101001100000101010101011101000101100101011001001000010 | e9858ce982aae8b2b242 |
UHC | 酌邪?B | 111011011100110011011110111101110011111101000010 | edccdef73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)