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 | テ催淞ア | 110000111000110111000011100111111100001010110001 | c38dc39fc2b1 |
EUC-JP | テ催淞ア | 1000111011000011101110101100010111011110110001001000111010110001 | 8ec3bac5dec48eb1 |
UTF-8 | テ催淞ア | 111011111011111010000011111001011000001010101100111001101011011110011110111011111011110110110001 | efbe83e582ace6b79eefbdb1 |
UHC | ?催淞? | 001111111111010111001010111000011110011100111111 | 3ff5cae1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)