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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?究?] | 0011111110001011100001100011111101011101 | 3f8b863f5d |
EUC-JP | ?究?] | 0011111110110101111001100011111101011101 | 3fb5e63f5d |
UTF-8 | 뤗究칌] | 11101011101001001001011111100111101010011011011011101100101110011000110001011101 | eba497e7a9b6ecb98c5d |
UHC | 뤗究칌] | 10001111110001111100111110111100101011110110001101011101 | 8fc7cfbcaf635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)