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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痾哺痿 | 111000010111110110011010010011011110000101111110 | e17d9a4de17e |
EUC-JP | 痾哺痿 | 111000011101111011010011101011101110000111011111 | e1ded3aee1df |
UTF-8 | 痾哺痿 | 111001111001011110111110111001011001001110111010111001111001011110111111 | e797bee593bae797bf |
UHC | ?哺? | 00111111111110001101010000111111 | 3ff8d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)