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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔滕恐墲 | 1110011010000010100111111110110010001011101100001111101010011110 | e6829fec8bb0fa9e |
EUC-JP | 謔滕恐墲 | 111010111110001011011110111011101011011010110010100011111011100011001110 | ebe2deeeb6b28fb8ce |
UTF-8 | 謔滕恐墲 | 111010001010110010010100111001101011101110010101111001101000000110010000111001011010001010110010 | e8ac94e6bb95e68190e5a2b2 |
UHC | 謔?恐? | 111110011100110000111111110011011111000000111111 | f9cc3fcdf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)