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 | ト靤ク | 111100001110010011000100111010001101000010111000 | f0e4c4e8d0b8 |
EUC-JP | ?ト靤ク | 00111111100011101100010011110000110100101000111010111000 | 3f8ec4f0d28eb8 |
UTF-8 | ト靤ク | 111011101000001010100011111011111011111010000100111010011001110110100100111011111011110110111000 | ee82a3efbe84e99da4efbdb8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)