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 | ºüW}ºüW{^ | 101110101111110001010111011111011011101011111100010101110111101101011110 | bafc577dbafc577b5e |
SJIS-WIN | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
EUC-JP | ºüW}ºüW{^ | 1000111110100010111010111000111110101011111001000101011101111101100011111010001011101011100011111010101111100100010101110111101101011110 | 8fa2eb8fabe4577d8fa2eb8fabe4577b5e |
UTF-8 | ºüW}ºüW{^ | 11000010101110101100001110111100010101110111110111000010101110101100001110111100010101110111101101011110 | c2bac3bc577dc2bac3bc577b5e |
UHC | º?W}º?W{^ | 1010100010101100001111110101011101111101101010001010110000111111010101110111101101011110 | a8ac3f577da8ac3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)