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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 痾毬痞鱆齏 | 11100001011111011001111101111011111000010111110011101001111000011110100011101011 | e17d9f7be17ce9e1e8eb |
EUC-JP | 痾毬痞鱆齏 | 11100001110111101101110111011100111000011101110111110010111000111111000011101101 | e1dedddce1ddf2e3f0ed |
UTF-8 | 痾毬痞鱆齏 | 111001111001011110111110111001101010111110101100111001111001011110011110111010011011000110000110111010011011110110001111 | e797bee6aface7979ee9b186e9bd8f |
UHC | ?毬??? | 001111111100111110110011001111110011111100111111 | 3fcfb33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)