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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?甬\ | 00111111111000010101010001011100 | 3fe1545c |
EUC-JP | ?甬\ | 00111111111000011011010101011100 | 3fe1b55c |
UTF-8 | 궷甬\ | 11101010101101101011011111100111100101001010110001011100 | eab6b7e794ac5c |
UHC | 궷甬\ | 1011000111001100111010011100010101011100 | b1cce9c55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)