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 | ?u?????? | 0011111101110101001111110011111100111111001111110011111100111111 | 3f753f3f3f3f3f3f |
SJIS-WIN | ?u?????? | 0011111101110101001111110011111100111111001111110011111100111111 | 3f753f3f3f3f3f3f |
EUC-JP | ?u?????? | 0011111101110101001111110011111100111111001111110011111100111111 | 3f753f3f3f3f3f3f |
UTF-8 | 혫u혦쨋혦쨔혦횑 | 11101101100110001010101101110101111011011001100010100110111011001010100010001011111011011001100010100110111011001010100010010100111011011001100010100110111011011001101010010001 | ed98ab75ed98a6eca88bed98a6eca894ed98a6ed9a91 |
UHC | 혫u혦쨋혦쨔혦횑 | 110000101001001101110101110000101000111011000010101101101100001010001110110000101011100111000010100011101100001110001100 | c29375c28ec2b6c28ec2b9c28ec38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)