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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 譚第キ。\ | 11100110100111011001000111100110101101111010000101011100 | e69d91e6b7a15c |
EUC-JP | 譚第キ。\ | 111010111111110111000010111010001000111010110111100011101010000101011100 | ebfdc2e88eb78ea15c |
UTF-8 | 譚第キ。\ | 11101000101011011001101011100111101011001010110011101111101111011011011111101111101111011010000101011100 | e8ad9ae7acacefbdb7efbda15c |
UHC | 譚第??\ | 11010011110010011111000010101111001111110011111101011100 | d3c9f0af3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)