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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 短鱈短 | 100100100101101010010010010011001001001001011010 | 925a924c925a |
EUC-JP | 短鱈短 | 110000111011101111000011101011011100001110111011 | c3bbc3adc3bb |
UTF-8 | 短鱈短 | 111001111001111110101101111010011011000110001000111001111001111110101101 | e79fade9b188e79fad |
UHC | 短?短 | 1101001110101101001111111101001110101101 | d3ad3fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)