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 | テ偲僊 | 1100001110001110110000111001100101000001 | c38ec39941 |
EUC-JP | テ偲僊 | 100011101100001110111100110001011101000110100010 | 8ec3bcc5d1a2 |
UTF-8 | テ偲僊 | 111011111011111010000011111001011000000110110010111001011000001110001010 | efbe83e581b2e5838a |
UHC | ??僊 | 00111111001111111110000010111010 | 3f3fe0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)