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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 錮コL}錮コL{^ | 1110011111111100101110100100110001111101111001111111110010111010010011000111101101011110 | e7fcba4c7de7fcba4c7b5e |
EUC-JP | 錮コL}錮コL{^ | 11101110111111101000111010111010010011000111110111101110111111101000111010111010010011000111101101011110 | eefe8eba4c7deefe8eba4c7b5e |
UTF-8 | 錮コL}錮コL{^ | 1110100110001100101011101110111110111101101110100100110001111101111010011000110010101110111011111011110110111010010011000111101101011110 | e98caeefbdba4c7de98caeefbdba4c7b5e |
UHC | 錮?L}錮?L{^ | 1100110111010001001111110100110001111101110011011101000100111111010011000111101101011110 | cdd13f4c7dcdd13f4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)