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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 褥μ???B | 1110010111110001100000111100101000111111001111110011111101000010 | e5f183ca3f3f3f42 |
EUC-JP | 褥μ?煐?B | 11101010111100111010011011001100001111111000111111001001111110000011111101000010 | eaf3a6cc3f8fc9f83f42 |
UTF-8 | 褥μ옺煐틆B | 111010001010010010100101110011101011110011101100100110001011101011100111100001011001000011101101100010111000011001000010 | e8a4a5cebcec98bae78590ed8b8642 |
UHC | 褥μ옺煐틆B | 1110100110110011101001011110110010011110101100001110011110111100101110100111001001000010 | e9b3a5ec9eb0e7bcba7242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)