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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 邪灼] | 1000111011010111100011101101110001011101 | 8ed78edc5d |
EUC-JP | 邪灼] | 1011110011011001101111001101111001011101 | bcd9bcde5d |
UTF-8 | 邪灼] | 11101001100000101010101011100111100000011011110001011101 | e982aae781bc5d |
UHC | 邪灼] | 1101111011110111111011011100011101011101 | def7edc75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)