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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怨??? | 1000100110000101001111110011111100111111 | 89853f3f3f |
EUC-JP | 怨??熢 | 10110001111001010011111100111111100011111100101010101011 | b1e53f3f8fcaab |
UTF-8 | 怨븐렦熢 | 111001101000000010101000111010111011100010010000111010111010000010100110111001111000011010100010 | e680a8ebb890eba0a6e786a2 |
UHC | 怨븐렦熢 | 1110101010110011101110101110110010001110101101011101110011101100 | eab3baec8eb5dcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)