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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悟??裕? | 10001100111001010011111100111111100101110101010000111111 | 8ce53f3f97543f |
EUC-JP | 悟??裕? | 10111000111001110011111100111111110011011011010100111111 | b8e73f3fcdb53f |
UTF-8 | 悟귣굙裕꿅 | 111001101000001010011111111010101011011110100011111010101011010110011001111010001010001110010101111010101011111110000101 | e6829feab7a3eab599e8a395eabf85 |
UHC | 悟귣굙裕꿅 | 11100111111101101000001011101011100000101000000111101011101011101000010101000110 | e7f682eb8281ebae8546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)