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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?貳鼾讀フ | 0011111111100110110001101110101010001101111001101010010011001100 | 3fe6c6ea8de6a4cc |
EUC-JP | 錟貳鼾讀フ | 1000111111100100110111011110110011001000111100111110110111101100101001101000111011001100 | 8fe4ddecc8f3edeca68ecc |
UTF-8 | 錟貳鼾讀フ | 111010011000110010011111111010001011001010110011111010011011110010111110111010001010111010000000111011111011111010001100 | e98c9fe8b2b3e9bcbee8ae80efbe8c |
UHC | 錟貳?讀? | 1101001111001010111011001100001100111111110101001100000100111111 | d3caecc33fd4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)