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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 屋b?倚э? | 10001001101011101000001010000010001111111001100011011111100001001000111100111111 | 89ae82823f98df848f3f |
EUC-JP | 屋b?倚э? | 10110010101100001010001111100010001111111101000011100001101001111110111100111111 | b2b0a3e23fd0e1a7ef3f |
UTF-8 | 屋b돦倚э쭓 | 1110010110110001100010111110111110111101100000101110101110001111101001101110010110000000100110101101000110001101111011001010110110010011 | e5b18befbd82eb8fa6e5809ad18decad93 |
UHC | 屋b돦倚э쭓 | 111010001010100110100011111000101000100110101010111010111110111110101100111011111010011110001011 | e8a9a3e289aaebefacefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)