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 | 軾蓍星 | 111001110110011111100100111001111001000010101111 | e767e4e790af |
EUC-JP | 軾蓍星 | 111011011100100011101000111010011100000010110001 | edc8e8e9c0b1 |
UTF-8 | 軾蓍星 | 111010001011101110111110111010001001001110001101111001101001100010011111 | e8bbbee8938de6989f |
UHC | 軾蓍星 | 111000111101110011100011110010011110000011111000 | e3dce3c9e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)