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 | テ篳鉷銕 | 11000011111000101100100011111011110011011110011111101100 | c3e2c8fbcde7ec |
EUC-JP | テ篳鉷銕 | 100011101100001111100100110010101000111111100011111100011110111011101110 | 8ec3e4ca8fe3f1eeee |
UTF-8 | テ篳鉷銕 | 111011111011111010000011111001111010111110110011111010011000100110110111111010011000101010010101 | efbe83e7afb3e989b7e98a95 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)