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{^ | 11110000101111101000111010111000010011000111110111110000101111101000111010111000010011000111101101011110 | f0be8eb84c7df0be8eb84c7b5e |
EUC-JP | ?失L}?失L{^ | 0011111110111100101110100100110001111101001111111011110010111010010011000111101101011110 | 3fbcba4c7d3fbcba4c7b5e |
UTF-8 | 失L}失L{^ | 1110111010000001101111011110010110100100101100010100110001111101111011101000000110111101111001011010010010110001010011000111101101011110 | ee81bde5a4b14c7dee81bde5a4b14c7b5e |
UHC | ?失L}?失L{^ | 0011111111100011111101110100110001111101001111111110001111110111010011000111101101011110 | 3fe3f74c7d3fe3f74c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)