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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 啼跫盂廏 | 1001101001100101111001101110110111100001101100011001101111111100 | 9a65e6ede1b19bfc |
EUC-JP | 啼跫盂廏 | 1101001111000110111011001110111111100010101100111101011011111110 | d3c6ecefe2b3d6fe |
UTF-8 | 啼跫盂廏 | 111001011001010110111100111010001011011110101011111001111001101110000010111001011011101110001111 | e595bce8b7abe79b82e5bb8f |
UHC | 啼?盂? | 111100001010011000111111111010011101110100111111 | f0a63fe9dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)