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 | 乙?姐嵌¬ | 100010011011001100111111100010001011011110011011110001101000000111001010 | 89b33f88b79bc681ca |
EUC-JP | 乙?姐嵌¬ | 101100101011010100111111101100001011100111010110110010001010001011001100 | b2b53fb0b9d6c8a2cc |
UTF-8 | 乙렒姐嵌¬ | 111001001011100110011001111010111010000010010010111001011010011110010000111001011011010110001100111011111011111110100010 | e4b999eba092e5a790e5b58cefbfa2 |
UHC | 乙렒姐嵌¬ | 11101011111000001000111010100111111011101011101111001010111011101010000111111110 | ebe08ea7eebbcaeea1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)