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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ???壯?? | 00111111001111110011111110011010111000010011111100111111 | 3f3f3f9ae13f3f |
EUC-JP | ???壯®? | 001111110011111100111111110101001110001110001111101000101110111000111111 | 3f3f3fd4e38fa2ee3f |
UTF-8 | 怜뷁뼃壯®윐 | 1110111110100110101011001110101110110111100000011110101110111100100000111110010110100011101011111100001010101110111011001001110010010000 | efa6acebb781ebbc83e5a3afc2aeec9c90 |
UHC | 怜뷁뼃壯®윐 | 111001111011000010010100111011101001011010001101111011011110000010100010111001111001111110010111 | e7b094ee968dede0a2e79f97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)