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 | 肓悟旺肭 | 1110001111101001100011001110010110001001101000001110001111101011 | e3e98ce589a0e3eb |
EUC-JP | 肓悟旺肭 | 1110011011101011101110001110011110110010101000101110011011101101 | e6ebb8e7b2a2e6ed |
UTF-8 | 肓悟旺肭 | 111010001000001010010011111001101000001010011111111001101001011110111010111010001000001010101101 | e88293e6829fe697bae882ad |
UHC | ?悟旺? | 001111111110011111110110111010001101101000111111 | 3fe7f6e8da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)