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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陟埼。泌牽B | 11101000101000001000110111101001101000011001010011100101100011001010000101000010 | e8a08de9a194e58ca142 |
EUC-JP | 陟埼。泌牽B | 1111000010100010101110101110101110001110101000011100100011100111101110001010001101000010 | f0a2baeb8ea1c8e7b8a342 |
UTF-8 | 陟埼。泌牽B | 11101001100110011001111111100101100111111011110011101111101111011010000111100110101100111000110011100111100010011011110101000010 | e9999fe59fbcefbda1e6b38ce789bd42 |
UHC | 陟埼?泌牽B | 11110100101100111101000011110010001111111111100110110010110011001011001001000010 | f4b3d0f23ff9b2ccb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)