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 | 佇??懿 | 100110001100100000111111001111111001110011110010 | 98c83f3f9cf2 |
EUC-JP | 佇??懿 | 110100001100101000111111001111111101100011110100 | d0ca3f3fd8f4 |
UTF-8 | 佇ㅻㅁ懿 | 111001001011110110000111111000111000010110111011111000111000010110000001111001101000011110111111 | e4bd87e385bbe38581e687bf |
UHC | 佇ㅻㅁ懿 | 1110111010110111101001001110101110100100101100011110101111110011 | eeb7a4eba4b1ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)