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 | ????¨ | 0011111100111111001111110011111110101000 | 3f3f3f3fa8 |
SJIS-WIN | 艇??陰¨ | 1001001011111000001111110011111110001001010000011000000101001110 | 92f83f3f8941814e |
EUC-JP | 艇??陰¨ | 1100010011111010001111110011111110110001101000101010000110101111 | c4fa3f3fb1a2a1af |
UTF-8 | 艇븀깃陰¨ | 1110100010001001100001111110101110111000100000001110101010111001100000111110100110011001101100001100001010101000 | e88987ebb880eab983e999b0c2a8 |
UHC | 艇븀깃陰¨ | 11101111111100111011101011100111101100011110101011101011111001001010000110100111 | eff3bae7b1eaebe4a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)