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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 域??曄?F | 1000100011100110001111110011111110011110010000000011111101000110 | 88e63f3f9e403f46 |
EUC-JP | 域??曄?F | 1011000011101000001111110011111111011011101000010011111101000110 | b0e83f3fdba13f46 |
UTF-8 | 域⑶뒔曄뾎F | 11100101100111111001111111100010100100011011011011101011100100101001010011100110100110111000010011101011101111101000111001000110 | e59f9fe291b6eb9294e69b84ebbe8e46 |
UHC | 域⑶뒔曄뾎F | 1110011010110100101010011110100110001010100100011110011110100101100101110100110001000110 | e6b4a9e98a91e7a5974c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)