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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 鋓嫉E鋓嫉EB | 1111101111010110100011101011100101000101111110111101011010001110101110010100010101000010 | fbd68eb945fbd68eb94542 |
EUC-JP | 鋓嫉E鋓嫉EB | 10001111111001001011111110111100101110110100010110001111111001001011111110111100101110110100010101000010 | 8fe4bfbcbb458fe4bfbcbb4542 |
UTF-8 | 鋓嫉E鋓嫉EB | 111010011000101110010011111001011010101110001001010001011110100110001011100100111110010110101011100010010100010101000010 | e98b93e5ab8945e98b93e5ab894542 |
UHC | ?嫉E?嫉EB | 001111111111001011101100010001010011111111110010111011000100010101000010 | 3ff2ec453ff2ec4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)