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 | 軏基鱒 | 111110111011001010001010111011101001011010010000 | fbb28aee9690 |
EUC-JP | 軏基鱒 | 10001111111000001101100110110100111100001100101111110000 | 8fe0d9b4f0cbf0 |
UTF-8 | 軏基鱒 | 111010001011101110001111111001011001111110111010111010011011000110010010 | e8bb8fe59fbae9b192 |
UHC | ?基? | 00111111110100001111000100111111 | 3fd0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)