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 | 底??造 | 100100101110101000111111001111111001000110100010 | 92ea3f3f91a2 |
EUC-JP | 底??造 | 110001001110110000111111001111111100001010100100 | c4ec3f3fc2a4 |
UTF-8 | 底쾰샷造 | 111001011011101010010101111011001011111010110000111011001000001110110111111010011000000010100000 | e5ba95ecbeb0ec83b7e980a0 |
UHC | 底쾰샷造 | 1110111010111100110001001110101110111100101001101111000011100011 | eebcc4ebbca6f0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)