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 | テ偲顛 | 1100001110001110110000111001001101011110 | c38ec3935e |
EUC-JP | テ偲顛 | 100011101100001110111100110001011100010110111111 | 8ec3bcc5c5bf |
UTF-8 | テ偲顛 | 111011111011111010000011111001011000000110110010111010011010000110011011 | efbe83e581b2e9a19b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)