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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 短贈則奪村 | 10010010010110101001000110100001100100011010010110010010010001001001000110111010 | 925a91a191a5924491ba |
EUC-JP | 短贈則奪村 | 11000011101110111100001010100011110000101010011111000011101001011100001010111100 | c3bbc2a3c2a7c3a5c2bc |
UTF-8 | 短贈則奪村 | 111001111001111110101101111010001011010010001000111001011000100110000111111001011010010110101010111001101001110110010001 | e79fade8b488e58987e5a5aae69d91 |
UHC | 短贈則奪村 | 11010011101011011111000111111100111101101100111011110111101011001111010110111101 | d3adf1fcf6cef7acf5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)