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???j | 001111110110010100111111001111110011111101101010 | 3f653f3f3f6a |
SJIS-WIN | ?e?縟紆j | 0011111101100101001111111110001101110100111000101111110001101010 | 3f653fe374e2fc6a |
EUC-JP | ?e?縟紆j | 0011111101100101001111111110010111010101111001001111111001101010 | 3f653fe5d5e4fe6a |
UTF-8 | 뾑e뾑縟紆j | 1110101110111110100100010110010111101011101111101001000111100111101110001001111111100111101101001000011001101010 | ebbe9165ebbe91e7b89fe7b4866a |
UHC | 뾑e뾑縟紆j | 10010111010011110110010110010111010011111110100110110010111010011110000101101010 | 974f65974fe9b2e9e16a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)