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 | 市??抑 | 100011100111001100111111001111111001011101111101 | 8e733f3f977d |
EUC-JP | 市??抑 | 101110111101010000111111001111111100110111011110 | bbd43f3fcdde |
UTF-8 | 市뒎뢗抑 | 111001011011100010000010111010111001001010001110111010111010001010010111111001101000101010010001 | e5b882eb928eeba297e68a91 |
UHC | 市뒎뢗抑 | 1110001110111100100010101000101110001111010100101110010111100100 | e3bc8a8b8f52e5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)