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 | 暗??靄 | 100010001100001100111111001111111110100011001001 | 88c33f3fe8c9 |
EUC-JP | 暗??靄 | 101100001100010100111111001111111111000011001011 | b0c53f3ff0cb |
UTF-8 | 暗땹뢏靄 | 111001101001101010010111111010111001010110111001111010111010001010001111111010011001110110000100 | e69a97eb95b9eba28fe99d84 |
UHC | 暗땹뢏靄 | 1110010011011110100010111000111110001111010010101110010011110111 | e4de8b8f8f4ae4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)