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 | テ榲估、 | 110000111001111011000011100110001100010010100100 | c39ec398c4a4 |
EUC-JP | テ榲估、 | 1000111011000011110111001100010111010000110001101000111010100100 | 8ec3dcc5d0c68ea4 |
UTF-8 | テ榲估、 | 111011111011111010000011111001101010011010110010111001001011110010110000111011111011110110100100 | efbe83e6a6b2e4bcb0efbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)