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 | 佯??抑?? | 1001100011010001001111110011111110010111011111010011111100111111 | 98d13f3f977d3f3f |
EUC-JP | 佯??抑?? | 1101000011010011001111110011111111001101110111100011111100111111 | d0d33f3fcdde3f3f |
UTF-8 | 佯꾨젧抑띕젡 | 111001001011110110101111111010101011111010101000111011001010000010100111111001101000101010010001111010111001110110010101111011001010000010100001 | e4bdafeabea8eca0a7e68a91eb9d95eca0a1 |
UHC | 佯꾨젧抑띕젡 | 111001011011101010000100111010111010000010011111111001011110010010110110111010111010000010011010 | e5ba84eba09fe5e4b6eba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)