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 | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
SJIS-WIN | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
EUC-JP | ?e?W?e??K | 001111110110010100111111010101110011111101100101001111110011111101001011 | 3f653f573f653f3f4b |
UTF-8 | 묧e묯W묧e묮뫕K | 11101011101011001010011101100101111010111010110010101111010101111110101110101100101001110110010111101011101011001010111011101011101010111001010101001011 | ebaca765ebacaf57ebaca765ebacaeebab954b |
UHC | 묧e묯W묧e묮뫕K | 1001000111111110011001011001001001000110010101111001000111111110011001011001001001000101100100011011011101001011 | 91fe6592465791fe65924591b74b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)