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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?屎?B | 0011111110011011100111010011111101000010 | 3f9b9d3f42 |
EUC-JP | ?屎?B | 0011111111010101111111010011111101000010 | 3fd5fd3f42 |
UTF-8 | 믟屎겦B | 11101011101011111001111111100101101100011000111011101010101100101010011001000010 | ebaf9fe5b18eeab2a642 |
UHC | 믟屎겦B | 10010010111000011110001110111010100000011011100001000010 | 92e1e3ba81b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)