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 | 凋蛇? | 1001001010011100100011101101011000111111 | 929c8ed63f |
EUC-JP | 凋蛇? | 1100001111111100101111001101100000111111 | c3fcbcd83f |
UTF-8 | 凋蛇쏸 | 111001011000011110001011111010001001101110000111111011001000111110111000 | e5878be89b87ec8fb8 |
UHC | 凋蛇쏸 | 111100001011110111011110111011111011110111111001 | f0bddeefbdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)