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 | 110000111001011011000011100101001100001110001010110000101011001001000010 | c396c394c38ac2b242 |
EUC-JP | テ姪氾環イB | 1000111011000011110011001100010111001000110001011011010011000100100011101011001001000010 | 8ec3ccc5c8c5b4c48eb242 |
UTF-8 | テ姪氾環イB | 11101111101111101000001111100101101001111010101011100110101100001011111011100111100100101011000011101111101111011011001001000010 | efbe83e5a7aae6b0bee792b0efbdb242 |
UHC | ?姪氾環?B | 001111111111001011101011110110111111000011111100101110110011111101000010 | 3ff2ebdbf0fcbb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)