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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 面面[面面[^ | 1001011011001010100101101100101001011011100101101100101010010110110010100101101101011110 | 96ca96ca5b96ca96ca5b5e |
EUC-JP | 面面[面面[^ | 1100110011001100110011001100110001011011110011001100110011001100110011000101101101011110 | cccccccc5bcccccccc5b5e |
UTF-8 | 面面[面面[^ | 111010011001110110100010111010011001110110100010010110111110100110011101101000101110100110011101101000100101101101011110 | e99da2e99da25be99da2e99da25b5e |
UHC | 面面[面面[^ | 1101100011111100110110001111110001011011110110001111110011011000111111000101101101011110 | d8fcd8fc5bd8fcd8fc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)