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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 藏?徒^ | 111001010101010100111111100100110110101101011110 | e5553f936b5e |
EUC-JP | 藏?徒^ | 111010011011011000111111110001011100110001011110 | e9b63fc5cc5e |
UTF-8 | 藏累徒^ | 11101000100101111000111111101111101001011000111111100101101111101001001001011110 | e8978fefa58fe5be925e |
UHC | 藏累徒^ | 11101101111110101101001011101001110100111111100101011110 | edfad2e9d3f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)