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 | 緝??緝??^ | 111000110110100000111111001111111110001101101000001111110011111101011110 | e3683f3fe3683f3f5e |
EUC-JP | 緝??緝??^ | 111001011100100100111111001111111110010111001001001111110011111101011110 | e5c93f3fe5c93f3f5e |
UTF-8 | 緝롍롚緝롍롘^ | 11100111101101111001110111101011101000011000110111101011101000011001101011100111101101111001110111101011101000011000110111101011101000011001100001011110 | e7b79deba18deba19ae7b79deba18deba1985e |
UHC | 緝롍롚緝롍롘^ | 11110010111111011000111011010011100011101101111011110010111111011000111011010011100011101101110001011110 | f2fd8ed38edef2fd8ed38edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)