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 | ??kW}??kW{^ | 0011111100111111011010110101011101111101001111110011111101101011010101110111101101011110 | 3f3f6b577d3f3f6b577b5e |
SJIS-WIN | トセkW}トセkW{^ | 1100010010111110011010110101011101111101110001001011111001101011010101110111101101011110 | c4be6b577dc4be6b577b5e |
EUC-JP | トセkW}トセkW{^ | 100011101100010010001110101111100110101101010111011111011000111011000100100011101011111001101011010101110111101101011110 | 8ec48ebe6b577d8ec48ebe6b577b5e |
UTF-8 | トセkW}トセkW{^ | 11101111101111101000010011101111101111011011111001101011010101110111110111101111101111101000010011101111101111011011111001101011010101110111101101011110 | efbe84efbdbe6b577defbe84efbdbe6b577b5e |
UHC | ??kW}??kW{^ | 0011111100111111011010110101011101111101001111110011111101101011010101110111101101011110 | 3f3f6b577d3f3f6b577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)