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 | 醤ネ自煆 | 10001111110111011100100010001110101010011111101101010110 | 8fddc88ea9fb56 |
EUC-JP | 醤ネ自煆 | 101111101101111110001110110010001011110010101011100011111100100111110100 | bedf8ec8bcab8fc9f4 |
UTF-8 | 醤ネ自煆 | 111010011000011010100100111011111011111010001000111010001000011110101010111001111000010110000110 | e986a4efbe88e887aae78586 |
UHC | ??自? | 0011111100111111111011011011101100111111 | 3f3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)