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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 奬???B | 100110101111101100111111001111110011111101000010 | 9afb3f3f3f42 |
EUC-JP | 奬???B | 110101001111110100111111001111110011111101000010 | d4fd3f3f3f42 |
UTF-8 | 奬멸렭렊B | 11100101101001011010110011101011101010011011100011101011101000001010110111101011101000001000101001000010 | e5a5aceba9b8eba0adeba08a42 |
UHC | 奬멸렭렊B | 111011011110000110111000111010101000111010111010100011101010000101000010 | ede1b8ea8eba8ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)