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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ゚硺N}゚硺N{^ | 1101111111111011011110110100111001111101110111111111101101111011010011100111101101011110 | dffb7b4e7ddffb7b4e7b5e |
EUC-JP | ゚硺N}゚硺N{^ | 100011101101111110001111110011111110110101001110011111011000111011011111100011111100111111101101010011100111101101011110 | 8edf8fcfed4e7d8edf8fcfed4e7b5e |
UTF-8 | ゚硺N}゚硺N{^ | 1110111110111110100111111110011110100001101110100100111001111101111011111011111010011111111001111010000110111010010011100111101101011110 | efbe9fe7a1ba4e7defbe9fe7a1ba4e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)