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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | エ闔オ自 | 11110000111000101011010011101000100011101011010110001110101010011111000011101100 | f0e2b4e88eb58ea9f0ec |
EUC-JP | ?エ闔オ自? | 00111111100011101011010011101111111011101000111010110101101111001010101100111111 | 3f8eb4efee8eb5bcab3f |
UTF-8 | エ闔オ自 | 111011101000001010100001111011111011110110110100111010011001011110010100111011111011110110110101111010001000011110101010111011101000001010101011 | ee82a1efbdb4e99794efbdb5e887aaee82ab |
UHC | ??闔?自? | 0011111100111111111110011110111100111111111011011011101100111111 | 3f3ff9ef3fedbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)