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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鉉コ繝ォ銜占 | 11100111111010011011101011100011100000111010101111100111111100001001000011101000 | e7e9bae383abe7f090e8 |
EUC-JP | 鉉コ繝ォ銜占 | 111011101110101110001110101110101110010111100011100011101010101111101110111100101100000011101010 | eeeb8ebae5e38eabeef2c0ea |
UTF-8 | 鉉コ繝ォ銜占 | 111010011000100110001001111011111011110110111010111001111011100110011101111011111011110110101011111010011000101010011100111001011000110110100000 | e98989efbdbae7b99defbdabe98a9ce58da0 |
UHC | 鉉???銜占 | 111110101110100000111111001111110011111111111001111001111110111110111111 | fae83f3f3ff9e7efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)