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 | 兀??釗щ? | 100110010101100100111111001111111111101110111011100001001000101100111111 | 99593f3ffbbb848b3f |
EUC-JP | 兀??釗щ? | 11010001101110100011111100111111100011111110001110100110101001111110101100111111 | d1ba3f3f8fe3a6a7eb3f |
UTF-8 | 兀덊럺釗щ쨰 | 1110010110000101100000001110101110001101100010101110101110011111101110101110100110000111100101111101000110001001111011001010100010110000 | e58580eb8d8aeb9fbae98797d189eca8b0 |
UHC | 兀덊럺釗щ쨰 | 111010001011010010001000111011011000111010011001111000011111001010101100111010111010010010001010 | e8b488ed8e99e1f2aceba48a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)