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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 潁??徇??B | 100111111111000100111111001111111001110001101101001111110011111101000010 | 9ff13f3f9c6d3f3f42 |
EUC-JP | 潁??徇??B | 110111101111001100111111001111111101011111001110001111110011111101000010 | def33f3fd7ce3f3f42 |
UTF-8 | 潁욌뜛徇묐젘B | 11100110101111011000000111101100100110101000110011101011100111001001101111100101101111101000011111101011101011001001000011101100101000001001100001000010 | e6bd81ec9a8ceb9c9be5be87ebac90eca09842 |
UHC | 潁욌뜛徇묐젘B | 11100111101110001001111011101011100011011001111011100010110111111001000111101011101000001001010001000010 | e7b89eeb8d9ee2df91eba09442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)