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 | ?琇傘 | 0011111111111011011001011000111001010000 | 3ffb658e50 |
EUC-JP | ?琇傘 | 001111111000111111001100101001011011101110110001 | 3f8fcca5bbb1 |
UTF-8 | 윝琇傘 | 111011001001110010011101111001111001000010000111111001011000001010011000 | ec9c9de79087e58298 |
UHC | 윝琇傘 | 100111111010000011100010101011111101111110100001 | 9fa0e2afdfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)