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 | 弔?怨捧 | 10010010101000100011111110001001100001011001010111111001 | 92a23f898595f9 |
EUC-JP | 弔?怨捧 | 11000100101001000011111110110001111001011100101011111011 | c4a43fb1e5cafb |
UTF-8 | 弔렲怨捧 | 111001011011110010010100111010111010000010110010111001101000000010101000111001101000110110100111 | e5bc94eba0b2e680a8e68da7 |
UHC | 弔렲怨捧 | 1111000011000000100011101011111111101010101100111101110011101001 | f0c08ebfeab3dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)