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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ホエ氿ホエ氿^ | 110011101011010011111010111101011100111010110100111110101111010101011110 | ceb4faf5ceb4faf55e |
EUC-JP | ホエ氿ホエ氿^ | 100011101100111010001110101101001000111111000110110101111000111011001110100011101011010010001111110001101101011101011110 | 8ece8eb48fc6d78ece8eb48fc6d75e |
UTF-8 | ホエ氿ホエ氿^ | 11101111101111101000111011101111101111011011010011100110101100001011111111101111101111101000111011101111101111011011010011100110101100001011111101011110 | efbe8eefbdb4e6b0bfefbe8eefbdb4e6b0bf5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)