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 | 痾咤鈔鱆瘁 | 11100001011111011001101001000010111001111110001011101001111000011110000110000001 | e17d9a42e7e2e9e1e181 |
EUC-JP | 痾咤鈔鱆瘁 | 11100001110111101101001110100011111011101110010011110010111000111110000111100001 | e1ded3a3eee4f2e3e1e1 |
UTF-8 | 痾咤鈔鱆瘁 | 111001111001011110111110111001011001001010100100111010011000100010010100111010011011000110000110111001111001100010000001 | e797bee592a4e98894e9b186e79881 |
UHC | ?咤??? | 001111111111011011100011001111110011111100111111 | 3ff6e33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)