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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 域??曄?B | 1000100011100110001111110011111110011110010000000011111101000010 | 88e63f3f9e403f42 |
EUC-JP | 域??曄?B | 1011000011101000001111110011111111011011101000010011111101000010 | b0e83f3fdba13f42 |
UTF-8 | 域⑶뒔曄뾄B | 11100101100111111001111111100010100100011011011011101011100100101001010011100110100110111000010011101011101111101000010001000010 | e59f9fe291b6eb9294e69b84ebbe8442 |
UHC | 域⑶뒔曄뾄B | 1110011010110100101010011110100110001010100100011110011110100101100101110100001001000010 | e6b4a9e98a91e7a5974242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)